From 0b9d19951a9b9b10c68cf84758e1154aae2d34c7 Mon Sep 17 00:00:00 2001 From: TheStrechh Date: Tue, 21 Nov 2023 01:22:28 +0530 Subject: [PATCH] sm8350-common: Add redwood support Change-Id: I1baab3cc53c3f0cb19ae3103d53f5413ba088545 --- Android.mk | 2 +- setup-makefiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index f0ff269..b1ebbae 100644 --- a/Android.mk +++ b/Android.mk @@ -6,7 +6,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter haydn lisa mars odin renoir star venus,$(TARGET_DEVICE)),) +ifneq ($(filter haydn lisa mars odin redwood renoir star venus,$(TARGET_DEVICE)),) include $(call all-makefiles-under,$(LOCAL_PATH)) include $(CLEAR_VARS) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index c022edc..49aa3b4 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 "haydn lisa mars odin renoir star venus" +write_headers "haydn lisa mars odin redwood renoir star venus" # The standard common blobs write_makefiles "${MY_DIR}/proprietary-files.txt" true