aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2014-08-12 13:45:53 +0000
committerDees Troy <dees_troy@teamw.in>2014-08-12 13:46:00 +0000
commit831f24c83ec9b2b9c53e1d41f1ee6bc07db5334b (patch)
tree1489bd076ebe6fc7d07ee7113e832c1b9c806362
parent950546fe7b14eec245eba900da7bea2e2a016201 (diff)
Add FIND7 to assert list
Stock Oppo recovery uses FIND7. To allow custom recoveries to install official OTAs, recovery must identify the device as a FIND7 and the assert is case sensitive. Change-Id: I7e78c43f1bc18cc866db466a06c047600339000d
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index c1fe9ca..c67ef75 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -44,7 +44,7 @@ TARGET_INIT_VENDOR_LIB := libinit_find7
TARGET_RECOVERY_FSTAB := device/oppo/find7/rootdir/etc/fstab.qcom
# Assert
-TARGET_OTA_ASSERT_DEVICE := find7,find7a,X9007,X9006
+TARGET_OTA_ASSERT_DEVICE := find7,find7a,X9007,X9006,FIND7
# inherit from the proprietary version
-include vendor/oppo/find7/BoardConfigVendor.mk