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