aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheStrix <parthbhatia98@gmail.com>2015-06-27 14:08:08 -0400
committerTheStrix <parthbhatia98@gmail.com>2015-06-28 04:04:17 -0400
commitaf4db3f472798b95ef818ba6435d2fc3aae2ded5 (patch)
tree01ebccac65174a8f7089fe22a348b7eee6714ab0
parent2c51b20a5d208592b82d322f6e712afac8fa7ccb (diff)
Revert "sprout-common:Fix build"HEADlp5.1
This reverts commit b5ff1a81db63a53172c0357f2b3e907083459bca. Change-Id: Iaa151f1dcf40b2da7abb8b5f037cfe69410b3fb5
-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