From e29cdfe8900f5b42e3efd028fb061c246237f508 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Wed, 10 Dec 2025 05:08:04 +0200 Subject: [PATCH] properties: BP4A.251205.006 Change-Id: Idc001a37251a1145dda8ecbd82ced65d8f2014a2 --- device.mk | 2 +- system.prop => system_ext.prop | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename system.prop => system_ext.prop (100%) diff --git a/device.mk b/device.mk index e9049f28..1b606781 100644 --- a/device.mk +++ b/device.mk @@ -599,7 +599,7 @@ PRODUCT_PACKAGES += \ # Properties TARGET_PRODUCT_PROP += device/google/gs101/product.prop -TARGET_SYSTEM_PROP += device/google/gs101/system.prop +TARGET_SYSTEM_EXT_PROP += device/google/gs101/system_ext.prop # Tethering PRODUCT_PACKAGES += \ diff --git a/system.prop b/system_ext.prop similarity index 100% rename from system.prop rename to system_ext.prop