diff options
| author | TheStrix <parthbhatia98@gmail.com> | 2015-06-27 14:08:08 -0400 |
|---|---|---|
| committer | TheStrix <parthbhatia98@gmail.com> | 2015-06-28 04:04:17 -0400 |
| commit | af4db3f472798b95ef818ba6435d2fc3aae2ded5 (patch) | |
| tree | 01ebccac65174a8f7089fe22a348b7eee6714ab0 | |
| parent | 2c51b20a5d208592b82d322f6e712afac8fa7ccb (diff) | |
This reverts commit b5ff1a81db63a53172c0357f2b3e907083459bca.
Change-Id: Iaa151f1dcf40b2da7abb8b5f037cfe69410b3fb5
| -rw-r--r-- | sprout.mk | 5 | ||||
| -rw-r--r-- | system.prop | 1 |
2 files changed, 4 insertions, 2 deletions
@@ -131,8 +131,9 @@ PRODUCT_PACKAGES += \ # Dynamically set props PRODUCT_SYSTEM_PROPERTY_BLACKLIST := \ ro.product.name \ - ro.product.manufacturer - + ro.product.manufacturer \ + ro.product.model + PRODUCT_AAPT_CONFIG := normal hdpi PRODUCT_AAPT_PREF_CONFIG := hdpi diff --git a/system.prop b/system.prop index 646ad11..2ee923a 100644 --- a/system.prop +++ b/system.prop @@ -80,3 +80,4 @@ ril.radiooff.poweroffMD=0 # OEM props import /oem/oem.prop ro.product.name import /oem/oem.prop ro.product.manufacturer +import /oem/oem.prop ro.product.model |
