From 2bdbe694d9b6876010b1ae15ca2d123605be72dc Mon Sep 17 00:00:00 2001 From: Dario Trombello Date: Wed, 17 Jul 2019 18:00:00 +0100 Subject: [PATCH] a7xelte: Correct TARGET_OTA_ASSERT_DEVICE definition to fix installation on non A510F variants Change-Id: If241dc049215a8390dfa26c619ae41373267e9e2 # Conflicts: # BoardConfig.mk --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 0ea670e..0ebad5d 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -19,7 +19,7 @@ include device/samsung/universal7580-common/BoardConfigCommon.mk LOCAL_PATH := device/samsung/a7xelte -TARGET_OTA_ASSERT_DEVICE := a7xelte, a7xeltexx, a7xelteub, a7xeltedo +TARGET_OTA_ASSERT_DEVICE := a7xelte,a7xeltexx,a7xelteub,a7xeltedo # Bluetooth BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(LOCAL_PATH)/bluetooth -- 2.20.1