diff options
author | Erfan Abdi <erfangplus@gmail.com> | 2020-03-05 01:28:21 +0330 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:49:34 +0300 |
commit | 41a77ec57d444999a1699ab814c6c589ee613c57 (patch) | |
tree | b77e990b8268b182e27cee3a53b9ad6a9432ae8c | |
parent | 1938f4a6173cceda95189f47cb60e5261af2b1c4 (diff) |
sdm660-common: My name is lavender
Change-Id: Ie820810a928378a194bfa20fdae69385d1683dc7
-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 jasmine_sprout jason twolip wayne,$(TARGET_DEVICE)),) +ifneq ($(filter jasmine_sprout jason lavender twolip wayne,$(TARGET_DEVICE)),) include $(CLEAR_VARS) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index aebc87f..bacfe9a 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 jason twolip wayne" +write_headers "jasmine_sprout jason lavender twolip wayne" write_makefiles "$MY_DIR"/proprietary-files.txt true |