sm6375-common: Add support sunstone

* Redmi Note 12 5G
* This device using Snapdragon 4 Gen 1 aka SM4375 ( holi base platform )
* So.. add that device because use same platform

Change-Id: I77d39cf4954f71e2c238e3ff352b9574747ff92c
This commit is contained in:
boedhack99
2023-06-25 16:56:47 +07:00
parent 30ebfaabf8
commit 761047ace4
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
LOCAL_PATH := $(call my-dir)
ifneq ($(filter moonstone peux veux,$(TARGET_DEVICE)),)
ifneq ($(filter moonstone peux sunstone veux,$(TARGET_DEVICE)),)
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -25,7 +25,7 @@ source "${HELPER}"
setup_vendor "${DEVICE_COMMON}" "${VENDOR}" "${ANDROID_ROOT}" true
# Warning headers and guards
write_headers "moonstone peux veux"
write_headers "moonstone peux sunstone veux"
# The standard common blobs
write_makefiles "${MY_DIR}/proprietary-files.txt" true