More naming corrections

This commit is contained in:
Daniel Moran (garwynn) 2014-05-18 11:18:20 -05:00
parent 72e859db79
commit 519686f042
3 changed files with 7 additions and 8 deletions

View File

@ -24,7 +24,7 @@
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from hlte device
# Inherit from klte device
$(call inherit-product, device/samsung/klte/device.mk)
# Set those variables here to overwrite the inherited values.

View File

@ -55,14 +55,13 @@ void init_msm_properties(unsigned long msm_id, unsigned long msm_ver, char *boar
property_get("ro.bootloader", bootloader);
if (strstr(bootloader, "G900W8")) {
/* hltecan */
property_set("ro.build.fingerprint", "samsung/hltevl/hltecan:4.3/JSS15J/N900W8VLUBMJ4:user/release-keys");
property_set("ro.build.description", "hltevl-user 4.3 JSS15J N900W8VLUBMJ4 release-keys");
property_set("ro.product.model", "SM-G900W8");
property_set("ro.product.device", "hltecan");
/* kltecan */
property_set("ro.build.fingerprint", "samsung/kltevl/kltecan:4.3/JSS15J/N900W8VLUBMJ4:user/release-keys");
property_set("ro.build.description", "kltevl-user 4.3 JSS15J N900W8VLUBMJ4 release-keys");property_set("ro.product.model", "SM-G900W8");
property_set("ro.product.device", "kltecan");
property_set("ro.telephony.ril.v3", "newDialCode");
} else if (strstr(bootloader, "G900P")) {
/* hltespr */
/* kltespr */
property_set("ro.build.fingerprint", "samsung/kltespr/kltespr:4.4.2/KOT49H/G900PVPU1ANCB:user/release-keys");
property_set("ro.build.description", "kltespr-user 4.4.2 KOT49H G900PVPU1ANCB release-keys");
property_set("ro.product.model", "SM-G900P");

View File

@ -14,7 +14,7 @@
# limitations under the License.
#
"""Custom OTA commands for hlte devices"""
"""Custom OTA commands for klte devices"""
def FullOTA_InstallEnd(info):
info.script.AppendExtra('ifelse(is_substring("G900T", getprop("ro.bootloader")), run_program("/sbin/sh", "-c", "busybox cp /system/lib/gsm/* /system/lib/"));')