sdm660-common: Support for Platina
Signed-off-by: nysascape <nysadev@raphielgang.org>
This commit is contained in:
parent
cc0d9573b1
commit
a1b0ca2c08
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,$(TARGET_DEVICE)),)
|
||||
ifneq ($(filter twolip jasmine_sprout wayne clover lavender platina,$(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"
|
||||
write_headers "twolip jasmine_sprout wayne clover lavender platina"
|
||||
|
||||
write_makefiles "$MY_DIR"/proprietary-files.txt true
|
||||
|
||||
|
|
Loading…
Reference in a new issue