mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
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:
@@ -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))
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user