diff options
Diffstat (limited to 'BoardConfig.mk')
-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 |