klte-common: Add kltevzw to barrier
Change-Id: I49408d086997cc18c3a9ca9378d5a61be5b40dc5
This commit is contained in:
parent
8da615c396
commit
1cd206736f
2 changed files with 2 additions and 2 deletions
|
@ -16,6 +16,6 @@
|
|||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifneq ($(filter klte klteusc kltespr kltevzw,$(TARGET_DEVICE)),)
|
||||
ifneq ($(filter klte kltespr klteusc kltevzw,$(TARGET_DEVICE)),)
|
||||
include $(call all-subdir-makefiles,$(LOCAL_PATH))
|
||||
endif
|
||||
|
|
|
@ -230,7 +230,7 @@ EOF
|
|||
|
||||
LOCAL_PATH := \$(call my-dir)
|
||||
|
||||
ifneq (\$(filter klte kltespr klteusc,\$(TARGET_DEVICE)),)
|
||||
ifneq (\$(filter klte kltespr klteusc kltevzw,\$(TARGET_DEVICE)),)
|
||||
|
||||
include \$(CLEAR_VARS)
|
||||
LOCAL_MODULE := libHevcSwDecoder
|
||||
|
|
Loading…
Reference in a new issue