sdm660-common: support jason too
Signed-off-by: Dušan Uverić <dusan.uveric9@gmail.com> Change-Id: I40b408dee4eecefc34c8dbc3093dd81e0a90d13d
This commit is contained in:
parent
7a514dc86e
commit
0859f27bfa
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue