diff --git a/Android.mk b/Android.mk index 7900a44..faa21af 100644 --- a/Android.mk +++ b/Android.mk @@ -6,7 +6,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter cupid marble mondrian zeus,$(TARGET_DEVICE)),) +ifneq ($(filter cupid marble mondrian unicorn zeus,$(TARGET_DEVICE)),) include $(call all-makefiles-under,$(LOCAL_PATH)) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 0a9325f..f2ac3ec 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -25,7 +25,7 @@ source "${HELPER}" setup_vendor "${DEVICE_COMMON}" "${VENDOR_COMMON:-$VENDOR}" "${ANDROID_ROOT}" true # Warning headers and guards -write_headers "cupid marble mondrian zeus" +write_headers "cupid marble mondrian unicorn zeus" # The standard common blobs write_makefiles "${MY_DIR}/proprietary-files.txt" true