From 48f5720c6ced9032c8c0ea58120cb367e955fc80 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Thu, 19 Nov 2020 15:18:15 +0100 Subject: [PATCH] sm8250-common: Add kebab to build guards --- Android.mk | 2 +- setup-makefiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index 0f28183..b865958 100644 --- a/Android.mk +++ b/Android.mk @@ -16,7 +16,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter instantnoodle instantnoodlep,$(TARGET_DEVICE)),) +ifneq ($(filter instantnoodle instantnoodlep kebab,$(TARGET_DEVICE)),) subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH)) $(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk))) endif diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 50863fe..1540f9f 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -34,7 +34,7 @@ source "${HELPER}" setup_vendor "${DEVICE_COMMON}" "${VENDOR}" "${LINEAGE_ROOT}" true # Copyright headers and guards -write_headers "instantnoodle instantnoodlep" +write_headers "instantnoodle instantnoodlep kebab" # The standard common blobs write_makefiles "${MY_DIR}/proprietary-files.txt" true