Skip to content

Commit

Permalink
klte-common: Add kltekor to makefile guards
Browse files Browse the repository at this point in the history
Change-Id: If3e0675fde78aa285ba9694a5a1c74d45ba7812a
  • Loading branch information
haggertk committed Dec 10, 2016
1 parent aef5a1c commit 5ea408a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup-makefiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5ea408a

Please sign in to comment.