klte-common: Add kltesprsports to makefile guards

Change-Id: I77b691da7592ee76095bd0df91534a3efb759734
This commit is contained in:
Paul Keith 2017-11-29 16:34:18 +01:00 committed by Kevin F. Haggerty
parent 13e2e6227e
commit c06ff2c9f1
2 changed files with 2 additions and 2 deletions

View file

@ -16,6 +16,6 @@
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
ifneq ($(filter klte kltechn kltechnduo klteduos kltedv kltekdi kltekor kltespr klteusc kltevzw,$(TARGET_DEVICE)),) ifneq ($(filter klte kltechn kltechnduo klteduos kltedv kltekdi kltekor kltespr kltesprsports klteusc kltevzw,$(TARGET_DEVICE)),)
include $(call all-subdir-makefiles,$(LOCAL_PATH)) include $(call all-subdir-makefiles,$(LOCAL_PATH))
endif endif

View file

@ -37,7 +37,7 @@ fi
setup_vendor "$DEVICE_COMMON" "$VENDOR" "$CM_ROOT" true setup_vendor "$DEVICE_COMMON" "$VENDOR" "$CM_ROOT" true
# Copyright headers and common guards # Copyright headers and common guards
write_headers "klte kltechn kltechnduo klteduos kltedv kltekdi kltekor kltespr klteusc kltevzw" write_headers "klte kltechn kltechnduo klteduos kltedv kltekdi kltekor kltespr kltesprsports klteusc kltevzw"
write_makefiles "$MY_DIR"/common-proprietary-files.txt write_makefiles "$MY_DIR"/common-proprietary-files.txt