aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sprout.mk5
-rw-r--r--system.prop1
2 files changed, 4 insertions, 2 deletions
diff --git a/sprout.mk b/sprout.mk
index 7e99940..a45d4c9 100644
--- a/sprout.mk
+++ b/sprout.mk
@@ -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