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