diff --git a/Android.mk b/Android.mk index 89e3381..f0ff269 100644 --- a/Android.mk +++ b/Android.mk @@ -6,7 +6,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter haydn lisa odin renoir venus,$(TARGET_DEVICE)),) +ifneq ($(filter haydn lisa mars odin 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 0280a67..c022edc 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 odin renoir venus" +write_headers "haydn lisa mars odin renoir star venus" # The standard common blobs write_makefiles "${MY_DIR}/proprietary-files.txt" true