sdm845-common: Add fajita to build guard
Change-Id: Ifd973fde6941cf8bcb84f1257ce7d2a8e35532b6
This commit is contained in:
@@ -16,6 +16,6 @@
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifneq ($(filter enchilada,$(TARGET_DEVICE)),)
|
||||
ifneq ($(filter enchilada fajita,$(TARGET_DEVICE)),)
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
endif
|
||||
|
||||
@@ -34,7 +34,7 @@ fi
|
||||
setup_vendor "$DEVICE_COMMON" "$VENDOR" "$LINEAGE_ROOT" true
|
||||
|
||||
# Copyright headers and guards
|
||||
write_headers "enchilada"
|
||||
write_headers "enchilada fajita"
|
||||
|
||||
# The standard common blobs
|
||||
write_makefiles "$MY_DIR"/proprietary-files.txt true
|
||||
|
||||
Reference in New Issue
Block a user