sdm660-common: Add whyred support
Change-Id: Id75151a341e0ce495f570c2fba4d07c6d7779ee4
This commit is contained in:
parent
6a5184d51b
commit
082539f07d
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 jason,$(TARGET_DEVICE)),)
|
||||
ifneq ($(filter twolip jasmine_sprout wayne clover lavender platina jason whyred,$(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 jason"
|
||||
write_headers "twolip jasmine_sprout wayne clover lavender platina jason whyred"
|
||||
|
||||
write_makefiles "$MY_DIR"/proprietary-files.txt true
|
||||
|
||||
|
|
Loading…
Reference in a new issue