From fd3c554168429c284cd9712977489bbc694898e1 Mon Sep 17 00:00:00 2001 From: dianlujitao Date: Sat, 25 Jan 2020 11:26:57 +0000 Subject: sdm660-common: Add jason to the guard Change-Id: I9e48ece6d64ca52addf03f3173d2413341e4b3ed --- Android.mk | 2 +- setup-makefiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index 7accac6..67ba268 100644 --- a/Android.mk +++ b/Android.mk @@ -16,7 +16,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter jasmine_sprout twolip wayne,$(TARGET_DEVICE)),) +ifneq ($(filter jasmine_sprout jason twolip wayne,$(TARGET_DEVICE)),) $(shell mkdir -p $(TARGET_OUT_VENDOR)/firmware) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index f8cf02d..aebc87f 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 twolip wayne" +write_headers "jasmine_sprout jason twolip wayne" write_makefiles "$MY_DIR"/proprietary-files.txt true -- cgit v1.2.3