From 997f3f492c6b4a1dbc0b1077bb3fa381cf6147a3 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Thu, 1 Jun 2023 04:27:08 +0300 Subject: [PATCH] sm6225-common: Add capri to build guards Change-Id: I435610869d65f5d7ab6c8a6a47b9c28a8204e197 --- Android.mk | 2 +- setup-makefiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index 12b8792..b6c4abf 100644 --- a/Android.mk +++ b/Android.mk @@ -6,7 +6,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter borneo caprip devon hawao rhode, $(TARGET_DEVICE)),) +ifneq ($(filter borneo capri caprip devon hawao rhode, $(TARGET_DEVICE)),) include $(call all-makefiles-under, $(LOCAL_PATH)) include $(CLEAR_VARS) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 7bae7a4..42d49ce 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 "borneo caprip devon hawao rhode" +write_headers "borneo capri caprip devon hawao rhode" # The standard common blobs write_makefiles "${MY_DIR}/proprietary-files.txt" true