From 762179d77cc4a310f28e65daea034c369dce956c Mon Sep 17 00:00:00 2001 From: SagarMakhar Date: Thu, 26 Aug 2021 17:36:32 +0000 Subject: [PATCH] sm7125-common: Add RMX2061 (Realme 6 pro) Signed-off-by: SagarMakhar --- Android.mk | 2 +- setup-makefiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index e790588..56fc3c1 100644 --- a/Android.mk +++ b/Android.mk @@ -6,7 +6,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter RMX2170,$(TARGET_DEVICE)),) +ifneq ($(filter RMX2170 RMX2061,$(TARGET_DEVICE)),) include $(call all-makefiles-under,$(LOCAL_PATH)) include $(CLEAR_VARS) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index a5f8207..36c2da0 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 "RMX2170" +write_headers "RMX2170 RMX2061" # The standard common blobs write_makefiles "${MY_DIR}/proprietary-files.txt" true