From 6caa33bced9aed94da8b8914515db4d6a5aab049 Mon Sep 17 00:00:00 2001 From: roynatech2544 Date: Sat, 12 Aug 2023 10:49:59 +0900 Subject: [PATCH] tb128fu: Get away from this stupid assert --- BoardConfig.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 24b49d4..f5e0f4c 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -10,10 +10,10 @@ DEVICE_PATH := device/lenovo/tb128fu TARGET_SCREEN_DENSITY := 440 # OTA assert -TARGET_OTA_ASSERT_DEVICE := tb128fu +TARGET_OTA_ASSERT_DEVICE := tb128fu,TB128FU,qssi,generic # Inherit from sm6225-common include device/lenovo/sm6225-common/BoardConfigCommon.mk # Inherit from the proprietary version -include vendor/lenovo/tb128fu/BoardConfigVendor.mk \ No newline at end of file +include vendor/lenovo/tb128fu/BoardConfigVendor.mk