diff options
author | Isaac Chen <isaacchen@isaacchen.cn> | 2018-08-06 03:33:20 +0200 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2018-12-02 11:02:30 +0800 |
commit | d64ff20f0de02db15031b3ceb8b9577203294d9a (patch) | |
tree | c8765e9aa6d90aee86ef6919857886cf0a79bd7b | |
parent | dc59590a23ec15e25006d4f70e34684869e75629 (diff) |
wayne-common: Support jasmine
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
-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 |