diff options
author | Ramii Ahmed <ramy@ahmedramy.com> | 2022-03-31 20:16:10 +0000 |
---|---|---|
committer | Ramii Ahmed <ramy@ahmedramy.com> | 2022-05-23 17:19:26 +0000 |
commit | dffde4f940ee2e63921435eb838b9cbfe946163f (patch) | |
tree | 44a698fa0233a8622d2753a04350f4524b5784ff | |
parent | 4215b32349803a34f6a75153c1907c20238e86fa (diff) |
veux: Allow OTA assert
* to support both variants of the device
Change-Id: Idbf3d58c306a317ff21636c93c34b1420c714cba
-rw-r--r-- | BoardConfig.mk | 3 |
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 |