klte-common: add kltekdi to build barrier

Change-Id: I4342ce7f659f2bf005bc1e63ad7c67c97df3995e
This commit is contained in:
scoty755 2015-06-08 20:14:08 +09:00
parent 205e02128f
commit 0fd91421eb
1 changed files with 1 additions and 1 deletions

View File

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