From ba52d222b7d881e6342afcd24d413d3d7b1fc697 Mon Sep 17 00:00:00 2001 From: Jens Reidel Date: Wed, 5 Jun 2024 22:54:52 +0200 Subject: [PATCH] sm8450-common: Add support for diting Change-Id: I1222d405c9923da2772b1b5429716d06bb925f54 Signed-off-by: Jens Reidel --- Android.mk | 2 +- setup-makefiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index cc25e14..c3adc0e 100644 --- a/Android.mk +++ b/Android.mk @@ -6,7 +6,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter cupid marble mayfly mondrian thor unicorn zeus ziyi zizhan,$(TARGET_DEVICE)),) +ifneq ($(filter cupid diting marble mayfly mondrian thor unicorn zeus ziyi zizhan,$(TARGET_DEVICE)),) include $(call all-makefiles-under,$(LOCAL_PATH)) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index f81c88e..0ccb022 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -25,7 +25,7 @@ source "${HELPER}" setup_vendor "${DEVICE_COMMON}" "${VENDOR_COMMON:-$VENDOR}" "${ANDROID_ROOT}" true # Warning headers and guards -write_headers "cupid marble mayfly mondrian thor unicorn zeus ziyi zizhan" +write_headers "cupid diting marble mayfly mondrian thor unicorn zeus ziyi zizhan" # The standard common blobs write_makefiles "${MY_DIR}/proprietary-files.txt" true