wayne-common: Support jasmine
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
This commit is contained in:
parent
dc59590a23
commit
d64ff20f0d
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
ifneq ($(filter wayne,$(TARGET_DEVICE)),)
|
ifneq ($(filter jasmine wayne,$(TARGET_DEVICE)),)
|
||||||
|
|
||||||
$(shell mkdir -p $(TARGET_OUT_VENDOR)/firmware; \
|
$(shell mkdir -p $(TARGET_OUT_VENDOR)/firmware; \
|
||||||
ln -sf /dev/block/bootdevice/by-name/msadp \
|
ln -sf /dev/block/bootdevice/by-name/msadp \
|
||||||
|
|
|
@ -39,7 +39,7 @@ fi
|
||||||
setup_vendor "$DEVICE_COMMON" "$VENDOR" "$LINEAGE_ROOT" true
|
setup_vendor "$DEVICE_COMMON" "$VENDOR" "$LINEAGE_ROOT" true
|
||||||
|
|
||||||
# Copyright headers and guards
|
# Copyright headers and guards
|
||||||
write_headers "wayne"
|
write_headers "jasmine wayne"
|
||||||
|
|
||||||
write_makefiles "$MY_DIR"/proprietary-files.txt true
|
write_makefiles "$MY_DIR"/proprietary-files.txt true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue