aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2016-05-03 15:56:57 +0200
committerLuK1337 <priv.luk@gmail.com>2016-05-03 15:56:57 +0200
commit0bf7f27d37a19aeeadecc3338a1bc99faaeabaf8 (patch)
tree9822be1b69fb3d3d7d6ae32367e95e7ff68db181
parent84c2a272bd6830b52bed04c00169ff6877eea43f (diff)
Z00L: init: Don't set ro.product.name
* That's being set by build.prop: [ 4.181226] init: property_set("ro.product.name", "WW_Z00T") failed Change-Id: I5b8aebe2e451a76ce9d19127b754d0bf2f1b4d7b
-rw-r--r--init/init_Z00L.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/init/init_Z00L.cpp b/init/init_Z00L.cpp
index 1c5103c..7ee5b2e 100644
--- a/init/init_Z00L.cpp
+++ b/init/init_Z00L.cpp
@@ -70,14 +70,12 @@ void init_msm_properties(unsigned long msm_id , unsigned long msm_ver, char *boa
if (ISMATCH(PRJ_ID, "0\n")) {
if (ISMATCH(RF_SKU, "3\n")) {
/* ZE550KG */
- property_set("ro.product.name", "WW_Z00W");
property_set("ro.product.model", "ASUS_Z00WD");
property_set("ro.product.device", "ASUS_Z00W_63");
property_set("ro.product.carrier", "US-ASUS_Z00W-WW_Z00W");
property_set("ro.build.fingerprint", "asus/WW_Z00W/ASUS_Z00W_63:5.0.2/LRX22G/WW_user_1.17.40.1234_20160304:user/release-keys");
} else {
/* ZE550KL */
- property_set("ro.product.name", "WW_Z00L");
property_set("ro.product.model", "ASUS_Z00LD");
property_set("ro.product.device", "ASUS_Z00L");
property_set("ro.product.carrier", "US-ASUS_Z00L-WW_Z00L");
@@ -85,7 +83,6 @@ void init_msm_properties(unsigned long msm_id , unsigned long msm_ver, char *boa
}
} else if (ISMATCH(PRJ_ID, "1\n")) {
/* ZE601KL */
- property_set("ro.product.name", "WW_Z00M");
property_set("ro.product.model", "ASUS_Z00MD");
property_set("ro.product.device", "ASUS_Z00M");
property_set("ro.product.carrier", "US-ASUS_Z00M-WW_Z00M");