sm6225-common: Add all bengal devices to build guards
Change-Id: Ia424d68988f0ee946580a158eccca150e83585ea
This commit is contained in:
parent
7764642d89
commit
43cb28ba65
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifneq ($(filter borneo capri caprip devon hawao rhode, $(TARGET_DEVICE)),)
|
||||
ifneq ($(filter borneo capri caprip cebu guam guamna guamp devon hawao rhode, $(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 "borneo capri caprip devon hawao rhode"
|
||||
write_headers "borneo capri caprip cebu guam guamna guamp devon hawao rhode"
|
||||
|
||||
# The standard common blobs
|
||||
write_makefiles "${MY_DIR}/proprietary-files.txt" true
|
||||
|
|
Loading…
Reference in a new issue