From c3addbabc99c16637cec85d488762822875c0da0 Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Sun, 25 Apr 2021 18:30:07 +0200 Subject: [PATCH] sm8250-common: Add alioth and thyme to the list of supported devices Change-Id: Iaeae1b8ccd0264ac3a6fef0bc6e4ff7ed30fd7e7 --- Android.mk | 2 +- setup-makefiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index 32bb928..3df3be7 100644 --- a/Android.mk +++ b/Android.mk @@ -6,7 +6,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter apollo cas cmi lmi umi,$(TARGET_DEVICE)),) +ifneq ($(filter alioth apollo cas cmi lmi thyme umi,$(TARGET_DEVICE)),) include $(call all-makefiles-under,$(LOCAL_PATH)) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 277b41c..d2cf29f 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 "apollo cas cmi lmi umi" +write_headers "alioth apollo cas cmi lmi thyme umi" # The standard common blobs write_makefiles "${MY_DIR}/proprietary-files.txt" true