sm6225-common: Add support sapphire

* Xiaomi Redmi Note 13 4G

Change-Id: I7e60ece09ad5af831af1fe33b8edb5c98fc19d36
This commit is contained in:
boedhack99
2024-03-08 16:55:59 +07:00
parent ce427addc3
commit 75ac933774
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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