odroidc4: Allow odroidc4_tab to build aml_*_image
authorNolen Johnson <johnsonnolen@gmail.com>
Sat, 15 Jul 2023 03:09:43 +0000 (23:09 -0400)
committerNolen Johnson <johnsonnolen@gmail.com>
Sat, 15 Jul 2023 03:15:48 +0000 (05:15 +0200)
Change-Id: I273e2b127b007bc809af833e027a518c3235f754

Android.mk
odroidc4_tab/BoardConfig.mk [new file with mode: 0644]

index ad2a018a4c967d2d2de687199917d91cbc2ab12a..cc446258ef716c33990e2face00695934ffcca84 100644 (file)
@@ -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 (file)
index 0000000..7521fb4
--- /dev/null
@@ -0,0 +1 @@
+include device/hardkernel/odroidc4/BoardConfig.mk