Adding TARGET_OTA_ASSERT_DEVICE flag for custom device asserts
Should be handled via device tree's BoardConfig Sample will be TARGET_OTA_ASSERT_DEVICE := le_zl1,zl1,lepro3,lex720,lex727,LEX720,LEX727 in BoardConfig Only applicable for AB or VAB devices Change-Id: I1fbe6155d3f79eee089a31dbe62ee9d04c33d65c
This commit is contained in:
@@ -401,6 +401,9 @@ endif
|
||||
ifeq ($(TW_EXCLUDE_NANO), true)
|
||||
LOCAL_CFLAGS += -DTW_EXCLUDE_NANO
|
||||
endif
|
||||
ifneq ($(TARGET_OTA_ASSERT_DEVICE),)
|
||||
LOCAL_CFLAGS += -DTARGET_OTA_ASSERT_DEVICE='"$(TARGET_OTA_ASSERT_DEVICE)"'
|
||||
endif
|
||||
|
||||
LOCAL_C_INCLUDES += system/vold \
|
||||
|
||||
|
||||
Reference in New Issue
Block a user