diff --git a/Android.mk b/Android.mk index 9ff47121..b6f1ca69 100644 --- a/Android.mk +++ b/Android.mk @@ -16,7 +16,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter twolip jasmine_sprout wayne clover lavender platina jason,$(TARGET_DEVICE)),) +ifneq ($(filter twolip jasmine_sprout wayne clover lavender platina jason whyred,$(TARGET_DEVICE)),) include $(CLEAR_VARS) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 0d133ffb..8c60e0ee 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -39,7 +39,7 @@ fi setup_vendor "$DEVICE_COMMON" "$VENDOR" "$LINEAGE_ROOT" true # Copyright headers and guards -write_headers "twolip jasmine_sprout wayne clover lavender platina jason" +write_headers "twolip jasmine_sprout wayne clover lavender platina jason whyred" write_makefiles "$MY_DIR"/proprietary-files.txt true