From: Nolen Johnson Date: Sat, 15 Jul 2023 03:09:43 +0000 (-0400) Subject: odroidc4: Allow odroidc4_tab to build aml_*_image X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d5f88263636a4ab11c19e82200b11435e865c110;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_hardkernel_odroidc4.git odroidc4: Allow odroidc4_tab to build aml_*_image Change-Id: I273e2b127b007bc809af833e027a518c3235f754 --- 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