aboutsummaryrefslogtreecommitdiff
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorRamii Ahmed <ramy@ahmedramy.com>2022-03-31 20:16:10 +0000
committerRamii Ahmed <ramy@ahmedramy.com>2022-05-23 17:19:26 +0000
commitdffde4f940ee2e63921435eb838b9cbfe946163f (patch)
tree44a698fa0233a8622d2753a04350f4524b5784ff /BoardConfig.mk
parent4215b32349803a34f6a75153c1907c20238e86fa (diff)
veux: Allow OTA assert
* to support both variants of the device Change-Id: Idbf3d58c306a317ff21636c93c34b1420c714cba
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 63649e3..a262b1a 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -15,5 +15,8 @@ BUILD_BROKEN_DUP_RULES := true
# Display
TARGET_SCREEN_DENSITY := 440
+# OTA assert
+TARGET_OTA_ASSERT_DEVICE := peux,veux
+
# Inherit from the proprietary version
include vendor/xiaomi/veux/BoardConfigVendor.mk