diff --git a/Android.mk b/Android.mk index ec7783a..4451086 100644 --- a/Android.mk +++ b/Android.mk @@ -6,7 +6,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter haydn lisa odin venus,$(TARGET_DEVICE)),) +ifneq ($(filter haydn lisa odin renoir venus,$(TARGET_DEVICE)),) include $(call all-makefiles-under,$(LOCAL_PATH)) include $(CLEAR_VARS) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 00ab34b..5d969ca 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 "haydn lisa odin venus" +write_headers "haydn lisa odin renoir venus" # The standard common blobs write_makefiles "${MY_DIR}/proprietary-files.txt" true