From 0859f27bfad3224f6dbd976b8a0b24715209aefe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Uveri=C4=87?= Date: Sun, 12 Apr 2020 21:50:12 +0200 Subject: [PATCH] sdm660-common: support jason too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dušan Uverić Change-Id: I40b408dee4eecefc34c8dbc3093dd81e0a90d13d --- Android.mk | 2 +- setup-makefiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index bf090546..9ff47121 100644 --- a/Android.mk +++ b/Android.mk @@ -16,7 +16,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter twolip jasmine_sprout wayne clover lavender platina,$(TARGET_DEVICE)),) +ifneq ($(filter twolip jasmine_sprout wayne clover lavender platina jason,$(TARGET_DEVICE)),) include $(CLEAR_VARS) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 48d89394..0d133ffb 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 "twolip jasmine_sprout wayne clover lavender platina" +write_headers "twolip jasmine_sprout wayne clover lavender platina jason" write_makefiles "$MY_DIR"/proprietary-files.txt true