From dffde4f940ee2e63921435eb838b9cbfe946163f Mon Sep 17 00:00:00 2001 From: Ramii Ahmed Date: Thu, 31 Mar 2022 20:16:10 +0000 Subject: veux: Allow OTA assert * to support both variants of the device Change-Id: Idbf3d58c306a317ff21636c93c34b1420c714cba --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3