From a69ce12bcc8f4a4565dbd81c99c0101ac0391d6e Mon Sep 17 00:00:00 2001 From: Jens Reidel Date: Thu, 14 Mar 2024 19:04:21 +0100 Subject: [PATCH] sm8450-common: Add support for thor Change-Id: Idfc8a75082078f52cdc0f703be905fbc67028e62 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 5c008d1..eba7e16 100644 --- a/Android.mk +++ b/Android.mk @@ -6,7 +6,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter cupid marble mayfly mondrian unicorn zeus,$(TARGET_DEVICE)),) +ifneq ($(filter cupid marble mayfly mondrian thor unicorn zeus,$(TARGET_DEVICE)),) include $(call all-makefiles-under,$(LOCAL_PATH)) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 7e58441..43b2715 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 unicorn zeus" +write_headers "cupid marble mayfly mondrian thor unicorn zeus" # The standard common blobs write_makefiles "${MY_DIR}/proprietary-files.txt" true