klte-common: Add kltekor to makefile guards
Change-Id: If3e0675fde78aa285ba9694a5a1c74d45ba7812a
This commit is contained in:
parent
aef5a1c3d2
commit
5ea408ae71
2 changed files with 2 additions and 2 deletions
|
@ -16,6 +16,6 @@
|
|||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifneq ($(filter klte kltechn kltechnduo klteduos kltedv kltekdi kltespr klteusc kltevzw,$(TARGET_DEVICE)),)
|
||||
ifneq ($(filter klte kltechn kltechnduo klteduos kltedv kltekdi kltekor kltespr klteusc kltevzw,$(TARGET_DEVICE)),)
|
||||
include $(call all-subdir-makefiles,$(LOCAL_PATH))
|
||||
endif
|
||||
|
|
|
@ -34,7 +34,7 @@ fi
|
|||
setup_vendor "$DEVICE_COMMON" "$VENDOR" "$CM_ROOT" true
|
||||
|
||||
# Copyright headers and common guards
|
||||
write_headers "klte kltechn kltechnduo klteduos kltedv kltekdi kltespr klteusc kltevzw"
|
||||
write_headers "klte kltechn kltechnduo klteduos kltedv kltekdi kltekor kltespr klteusc kltevzw"
|
||||
|
||||
write_makefiles "$MY_DIR"/common-proprietary-files.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue