radxa0: Allow radxa0_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:09:43 +0000 (23:09 -0400)
Change-Id: I273e2b127b007bc809af833e027a518c3235f754

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

index c39d783cbb52e3dc22dfbdeeedb625a2e809c542..ca8878030c7d158d3f180753aaa0a29786780d1b 100644 (file)
@@ -4,7 +4,7 @@
 # SPDX-License-Identifier: Apache-2.0
 #
 
-ifeq ($(TARGET_DEVICE), radxa0)
+ifneq ($(filter radxa0 radxa0_tab, $(TARGET_DEVICE)),)
 
 LOCAL_PATH := $(call my-dir)
 include $(call all-makefiles-under,$(LOCAL_PATH))
diff --git a/radxa0_tab/BoardConfig.mk b/radxa0_tab/BoardConfig.mk
new file mode 100644 (file)
index 0000000..df33e36
--- /dev/null
@@ -0,0 +1 @@
+include device/radxa/radxa0/BoardConfig.mk