aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Bourgoin <themard85@gmail.com>2022-01-12 14:24:38 -0700
committerNolen Johnson <johnsonnolen@gmail.com>2022-03-15 16:13:47 -0400
commitf30e57250aeceed01bbcb58bd63d92fd4025976d (patch)
tree71cd2de6e5b0d0b77234b86be41d59251f234bc5
parent1a1d24ab2fbd832c6273c0b34699cd8bb7b35ee5 (diff)
lake: Fix OTA assert
`E: Package is for product lake,lake_n but expected lake` Change-Id: I6a8ce575c5f6c87d11b924224b17fc85075028a9
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index d58f22e..e0c2412 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -31,7 +31,7 @@ AB_OTA_PARTITIONS += \
vendor
# Assertions
-TARGET_OTA_ASSERT_DEVICE := lake,lake_n
+TARGET_OTA_ASSERT_DEVICE := lake|lake_n
# Display
TARGET_SCREEN_DENSITY := 420