diff options
| author | Luca Stefani <luca.stefani.ge1@gmail.com> | 2015-12-11 15:30:45 -0800 |
|---|---|---|
| committer | RolanDroid <rolandosimoncelli8@gmail.com> | 2015-12-20 18:05:22 +0100 |
| commit | 63f0139a2fbd5575c9c45e86edf9fc0db15378b4 (patch) | |
| tree | 65026818cdb0b04a6b776091d5910cfb82916f0d | |
| parent | bf10b0fb5f1726e7f1d32dcbfe00509b0ad9b802 (diff) | |
thea: init: Fix typo
Change-Id: I17534d452ce21e14bc907878edf94e61ca241da5
| -rw-r--r-- | init/init_thea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init_thea.cpp b/init/init_thea.cpp index 5870b9d..ad8ac9f 100644 --- a/init/init_thea.cpp +++ b/init/init_thea.cpp @@ -82,7 +82,7 @@ void init_msm_properties(unsigned long msm_id, unsigned long msm_ver, char *boar property_set("ro.build.description", "thea_retbr_ds-user 6.0 MPB24.65-10 10 release-keys"); property_set("ro.build.fingerprint", "motorola/thea_retbr_ds/thea_umtsds:6.0/MPB24.65-10/10:user/release-keys"); property_set("ro.build.product", "thea_umtsds"); - property_set("ro.mot.build.customerid", "netbr"); + property_set("ro.mot.build.customerid", "retbr"); property_set("ro.product.device", "thea_umtsds"); } |
