From 0d8ce0e40ec91cb8d82e58c9277cce37e7c41daf Mon Sep 17 00:00:00 2001 From: Nehemiah Date: Wed, 22 Nov 2023 11:17:30 -0500 Subject: [PATCH] Change the way we handle properties --- cats22flip.mk | 2 +- cats22flip.prop => system.prop | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename cats22flip.prop => system.prop (100%) diff --git a/cats22flip.mk b/cats22flip.mk index 1403313..7eda538 100644 --- a/cats22flip.mk +++ b/cats22flip.mk @@ -26,4 +26,4 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES -= \ EasterEgg -TARGET_SYSTEM_PROP += cats22flip.prop \ No newline at end of file +TARGET_SYSTEM_PROP := device/phh/cats22flip/system.prop $(TARGET_SYSTEM_PROP) \ No newline at end of file diff --git a/cats22flip.prop b/system.prop similarity index 100% rename from cats22flip.prop rename to system.prop