aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Barezzi <barezzisebastiano@gmail.com>2021-01-03 16:34:16 +0100
committerSebastiano Barezzi <barezzisebastiano@gmail.com>2021-03-09 01:19:33 +0100
commit3dc524d4b0acf82f1de21ff8ae5a52ba51673d7e (patch)
treeff9a9135dfa317d547c7e80e07970660e4ec3d58
parent18a3dc814cdddd8b4a89678dfb07a1fe7805d664 (diff)
sdm660-common: Add platina to the supported devices list
Change-Id: I63b18d20003ed9543801f5946c6a26140d1f3eef
-rw-r--r--Android.mk2
-rwxr-xr-xsetup-makefiles.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 39555d7..38cf9c5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -16,7 +16,7 @@
LOCAL_PATH := $(call my-dir)
-ifneq ($(filter jasmine_sprout jason lavender twolip wayne whyred,$(TARGET_DEVICE)),)
+ifneq ($(filter jasmine_sprout jason lavender platina twolip wayne whyred,$(TARGET_DEVICE)),)
include $(CLEAR_VARS)
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index 56ceee9..9845218 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 "jasmine_sprout jason lavender twolip wayne whyred"
+write_headers "jasmine_sprout jason lavender platina twolip wayne whyred"
# The standard common blobs
write_makefiles "${MY_DIR}/proprietary-files.txt" true