diff options
-rw-r--r-- | Android.mk | 2 | ||||
-rwxr-xr-x | setup-makefiles.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter jasmine_sprout tulip wayne,$(TARGET_DEVICE)),) +ifneq ($(filter jasmine_sprout twolip wayne,$(TARGET_DEVICE)),) $(shell mkdir -p $(TARGET_OUT_VENDOR)/firmware; \ ln -sf /dev/block/bootdevice/by-name/msadp \ diff --git a/setup-makefiles.sh b/setup-makefiles.sh index a20658a..34f8d52 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 "jasmine_sprout tulip wayne" +write_headers "jasmine_sprout twolip wayne" write_makefiles "$MY_DIR"/proprietary-files.txt true |