sm8350-common: Add support for lisa
Change-Id: I732f7a0405daba85ba92d49d5494f527f82cc2fd
This commit is contained in:
parent
9f2b9bb003
commit
c56edd1222
@ -6,7 +6,7 @@
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifneq ($(filter haydn venus,$(TARGET_DEVICE)),)
|
||||
ifneq ($(filter haydn lisa venus,$(TARGET_DEVICE)),)
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
@ -26,7 +26,7 @@ source "${HELPER}"
|
||||
setup_vendor "${DEVICE_COMMON}" "${VENDOR}" "${LINEAGE_ROOT}" true
|
||||
|
||||
# Copyright headers and guards
|
||||
write_headers "haydn venus"
|
||||
write_headers "haydn lisa venus"
|
||||
|
||||
# The standard common blobs
|
||||
write_makefiles "${MY_DIR}/proprietary-files.txt" true
|
||||
|
Loading…
Reference in New Issue
Block a user