diff options
| author | Michael Bestas <mkbestas@lineageos.org> | 2025-02-23 03:00:52 +0200 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2025-02-28 08:44:06 +0200 |
| commit | fab0048eb6c0ea5593cb1379b38cbf0f6cc22d73 (patch) | |
| tree | 678a96cfd36efb498fe59bbbff425a18928fc5bc | |
| parent | d3d9df9087ce6c53060e846f92c14544f827d75b (diff) | |
dubai: Eliminate system.prop
Change-Id: Ia05f96ee124b6164f6b6d7d9b29622dd9abfbba5
| -rw-r--r-- | BoardConfig.mk | 1 | ||||
| -rw-r--r-- | product.prop | 3 | ||||
| -rw-r--r-- | system.prop | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 79dd4b9..d004fdd 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -35,7 +35,6 @@ BOARD_SUPER_PARTITION_SIZE := 8925478912 # Properties TARGET_PRODUCT_PROP += $(DEVICE_PATH)/product.prop -TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop # Recovery diff --git a/product.prop b/product.prop index e8d59c1..8d94385 100644 --- a/product.prop +++ b/product.prop @@ -1,2 +1,5 @@ +# Google +ro.opa.device_model_id=motorola-dubai + # Motorola ro.mot.build.customerid=global diff --git a/system.prop b/system.prop deleted file mode 100644 index 0397c97..0000000 --- a/system.prop +++ /dev/null @@ -1,3 +0,0 @@ -# Google -ro.opa.device_model_id=motorola-dubai -ro.opa.eligible_device=true |
