commit d9fa03052c8e9db78edb9b6021f8464a369c8720 Author: Nehemiah Date: Wed Nov 22 09:53:55 2023 -0500 Initial diff --git a/AndroidProducts.mk b/AndroidProducts.mk new file mode 100644 index 0000000..33f5ac0 --- /dev/null +++ b/AndroidProducts.mk @@ -0,0 +1,2 @@ +PRODUCT_MAKEFILES := \ + $(LOCAL_DIR)/cats22flip.mk \ No newline at end of file diff --git a/cats22flip.mk b/cats22flip.mk new file mode 100644 index 0000000..73f9365 --- /dev/null +++ b/cats22flip.mk @@ -0,0 +1 @@ +$(call inherit-product, device/phh/treble/treble_a64_bvN.mk) \ No newline at end of file