From ca394df9e8bd7b039ea669848c25b68f98c0584f Mon Sep 17 00:00:00 2001 From: Demon000 Date: Mon, 6 Jul 2020 03:56:16 +0300 Subject: [PATCH] sm6250-common: add support for curtana --- Android.mk | 2 +- setup-makefiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index ae730a0..f0005d7 100644 --- a/Android.mk +++ b/Android.mk @@ -6,7 +6,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter placeholder,$(TARGET_DEVICE)),) +ifneq ($(filter curtana,$(TARGET_DEVICE)),) include $(call all-makefiles-under,$(LOCAL_PATH)) include $(CLEAR_VARS) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 1beb09c..73d5559 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -26,7 +26,7 @@ source "${HELPER}" setup_vendor "${DEVICE_COMMON}" "${VENDOR}" "${LINEAGE_ROOT}" true # Copyright headers and guards -write_headers "placeholder" +write_headers "curtana" # The standard common blobs write_makefiles "${MY_DIR}/proprietary-files.txt" true