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