From 8c52084fea3733aeff7a6c2ec44e327a9f200fcb Mon Sep 17 00:00:00 2001 From: boedhack99 Date: Fri, 15 Mar 2024 22:34:34 +0700 Subject: [PATCH] sm6225-common: Add support xun Redmi Pad SE ( snapdragon 680 = SM6225 ) xun use bengal_515 with audio-ar Change-Id: I9f52d7995b9db1341ee655d0cb35d2ae636413c7 --- Android.mk | 2 +- setup-makefiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index 12dc538..3f8c08d 100644 --- a/Android.mk +++ b/Android.mk @@ -6,7 +6,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter sapphire topaz,$(TARGET_DEVICE)),) +ifneq ($(filter sapphire topaz xun,$(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 b25c310..3827089 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 "sapphire topaz" +write_headers "sapphire topaz xun" # The standard common blobs write_makefiles "${MY_DIR}/proprietary-files.txt" true