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 wayne,$(TARGET_DEVICE)),) +ifneq ($(filter jasmine 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 2c60846..1d0799a 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 "wayne" +write_headers "jasmine wayne" write_makefiles "$MY_DIR"/proprietary-files.txt true |