From e9b1ff1510d265c14beb6dda37677494d4e97e81 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Fri, 14 Jul 2023 23:09:43 -0400 Subject: [PATCH] odroidc4: Allow odroidc4_tab to build aml_*_image Change-Id: I273e2b127b007bc809af833e027a518c3235f754 --- Android.mk | 2 +- odroidc4_tab/BoardConfig.mk | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 odroidc4_tab/BoardConfig.mk diff --git a/Android.mk b/Android.mk index ad2a018..cc44625 100644 --- a/Android.mk +++ b/Android.mk @@ -4,7 +4,7 @@ # SPDX-License-Identifier: Apache-2.0 # -ifeq ($(TARGET_DEVICE), odroidc4) +ifneq ($(filter odroidc4 odroidc4_tab, $(TARGET_DEVICE)),) LOCAL_PATH := $(call my-dir) include $(call all-makefiles-under,$(LOCAL_PATH)) diff --git a/odroidc4_tab/BoardConfig.mk b/odroidc4_tab/BoardConfig.mk new file mode 100644 index 0000000..7521fb4 --- /dev/null +++ b/odroidc4_tab/BoardConfig.mk @@ -0,0 +1 @@ +include device/hardkernel/odroidc4/BoardConfig.mk -- 2.20.1