From 75ac9337741b2ab9d7df302dff5c8bc6277f9ed5 Mon Sep 17 00:00:00 2001 From: boedhack99 Date: Fri, 8 Mar 2024 16:55:59 +0700 Subject: [PATCH] sm6225-common: Add support sapphire * Xiaomi Redmi Note 13 4G Change-Id: I7e60ece09ad5af831af1fe33b8edb5c98fc19d36 --- Android.mk | 2 +- setup-makefiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index 89d417e..12dc538 100644 --- a/Android.mk +++ b/Android.mk @@ -6,7 +6,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter topaz,$(TARGET_DEVICE)),) +ifneq ($(filter sapphire topaz,$(TARGET_DEVICE)),) include $(call all-makefiles-under,$(LOCAL_PATH)) # A/B builds require us to create the mount points at compile time. diff --git a/setup-makefiles.sh b/setup-makefiles.sh index cd2aedc..b25c310 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 "topaz" +write_headers "sapphire topaz" # The standard common blobs write_makefiles "${MY_DIR}/proprietary-files.txt" true