summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubh@m <shubhindia123@gmail.com>2019-03-05 16:44:16 +0530
committerAli B <abittin@gmail.com>2019-03-05 11:22:08 +0000
commitec5252f2a107da92999b2425427f64f26a9f20bb (patch)
tree1bfb164305fd5abb8b3793b0e174f6024b5e2731
parent232f00b83485d5e74e6443c3d238c30c05011769 (diff)
oneplus2: ready for official builds :D
PS2: cleaned whitespace PS3: some more Signed-off-by: Shubh@m <shubhindia123@gmail.com> Change-Id: Idd5d68d0e966a3a5c7b1670f8b847df539bd20bb
-rw-r--r--BoardConfig.mk3
-rw-r--r--aicp_oneplus2.mk6
2 files changed, 8 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 0718425..b5bd2aa 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -207,5 +207,8 @@ endif
# Recovery
TARGET_RECOVERY_FSTAB := $(PLATFORM_PATH)/rootdir/etc/fstab.qcom
+#Assertions
+TARGET_OTA_ASSERT_DEVICE := oneplus2,Oneplus2,OnePlus2
+
# inherit from the proprietary version
include vendor/oneplus/oneplus2/BoardConfigVendor.mk
diff --git a/aicp_oneplus2.mk b/aicp_oneplus2.mk
index b07e483..1365103 100644
--- a/aicp_oneplus2.mk
+++ b/aicp_oneplus2.mk
@@ -21,7 +21,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_l_mr1.mk
# Inherit from oneplus2 device
$(call inherit-product, device/oneplus/oneplus2/device.mk)
-# Inherit some common Lineage stuff.
+# Inherit some common aicp stuff.
$(call inherit-product, vendor/aicp/config/common_full_phone.mk)
PRODUCT_NAME := aicp_oneplus2
@@ -43,3 +43,7 @@ BUILD_FINGERPRINT := OnePlus/OnePlus2/OnePlus2:6.0.1/MMB29M/1447858500:user/rele
PRODUCT_SYSTEM_PROPERTY_BLACKLIST += ro.product.model
TARGET_VENDOR := oneplus
+
+# AICP Device Maintainers
+PRODUCT_BUILD_PROP_OVERRIDES += \
+ DEVICE_MAINTAINERS="Shubh@m Goaple (shubhindia)"