diff options
| author | Matt Filetto <matt.filetto@gmail.com> | 2014-10-06 18:08:56 -0700 |
|---|---|---|
| committer | Matt Filetto <matt.filetto@gmail.com> | 2014-10-11 21:57:11 -0700 |
| commit | ed2a8f1343354f2e2e3b3590c0b474e391fdd747 (patch) | |
| tree | b2be5ff87fd49b97e21dabf648d127f533fd1e48 | |
| parent | ce24923d97f144114bb9ada948983748753cc46e (diff) | |
klteusc: add "klte" to build barrier to fix flashing issues.
* Some recoveries report the device as klte regardless of the variant,
because of this the ROM fails to flash. This will at least allow
flashing without editing the updater-script manually.
Change-Id: Ifbc920e50e8eb3ba1c33c4aca843436e449f2645
| -rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 8d88169..1b81f89 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -15,7 +15,7 @@ # inherit from common klte -include device/samsung/klte-common/BoardConfigCommon.mk -TARGET_OTA_ASSERT_DEVICE := klteusc +TARGET_OTA_ASSERT_DEVICE := klteusc,klte # Kernel TARGET_KERNEL_VARIANT_CONFIG := msm8974pro_sec_klte_usc_defconfig |
