From df1329300678d601f55d0d7e9b1f5a5abca80f6e Mon Sep 17 00:00:00 2001 From: boedhack99 Date: Mon, 14 Aug 2023 14:05:17 +0700 Subject: [PATCH] sm6375-common: Add support unified stone Change-Id: I03cc1d54d387738c6e6bc709c89cc4556319e730 --- Android.mk | 2 +- setup-makefiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index 4acfdee..729bef5 100644 --- a/Android.mk +++ b/Android.mk @@ -6,7 +6,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter moonstone peux sunstone veux,$(TARGET_DEVICE)),) +ifneq ($(filter moonstone peux stone sunstone veux,$(TARGET_DEVICE)),) include $(call all-makefiles-under,$(LOCAL_PATH)) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 43a2d35..7063908 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -25,7 +25,7 @@ source "${HELPER}" setup_vendor "${DEVICE_COMMON}" "${VENDOR}" "${ANDROID_ROOT}" true # Warning headers and guards -write_headers "moonstone peux sunstone veux" +write_headers "moonstone peux stone sunstone veux" # The standard common blobs write_makefiles "${MY_DIR}/proprietary-files.txt" true