klte-common: add klteduos to build barrier
Change-Id: Id6a5a8995358da0ba2a02efa4bdf3f64d5311b04
This commit is contained in:
parent
20cb8eb7d9
commit
36f5175a3c
2 changed files with 2 additions and 2 deletions
|
@ -16,6 +16,6 @@
|
|||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifneq ($(filter klte kltechn kltechnduo kltedv kltekdi kltespr klteusc kltevzw,$(TARGET_DEVICE)),)
|
||||
ifneq ($(filter klte kltechn kltechnduo klteduos kltedv kltekdi kltespr klteusc kltevzw,$(TARGET_DEVICE)),)
|
||||
include $(call all-subdir-makefiles,$(LOCAL_PATH))
|
||||
endif
|
||||
|
|
|
@ -231,7 +231,7 @@ EOF
|
|||
|
||||
LOCAL_PATH := \$(call my-dir)
|
||||
|
||||
ifneq (\$(filter klte kltechn kltechnduo kltedv kltekdi kltespr klteusc kltevzw,\$(TARGET_DEVICE)),)
|
||||
ifneq (\$(filter klte kltechn kltechnduo klteduos kltedv kltekdi kltespr klteusc kltevzw,\$(TARGET_DEVICE)),)
|
||||
|
||||
include \$(CLEAR_VARS)
|
||||
LOCAL_MODULE := TimeService
|
||||
|
|
Loading…
Reference in a new issue