sm8350-common: Add support for renoir
Change-Id: Iece40e1d90835c4515a5dbcb61bbcb569a41996a
This commit is contained in:
parent
9a07f78730
commit
2845a963a9
@ -6,7 +6,7 @@
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifneq ($(filter haydn lisa odin venus,$(TARGET_DEVICE)),)
|
||||
ifneq ($(filter haydn lisa odin renoir 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 lisa odin venus"
|
||||
write_headers "haydn lisa odin renoir venus"
|
||||
|
||||
# The standard common blobs
|
||||
write_makefiles "${MY_DIR}/proprietary-files.txt" true
|
||||
|
Loading…
Reference in New Issue
Block a user