data-ipa-cfg-mgr: Don't build ipacm tests on debug builds
Change-Id: I1fd4a4bafc917586ee391fbf6df0da1d12212d36
This commit is contained in:
parent
85f7ccdf9c
commit
bb6531ad5c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ LOCAL_SRC_FILES := ipa_nat_test000.c \
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := libipanat
|
LOCAL_SHARED_LIBRARIES := libipanat
|
||||||
|
|
||||||
LOCAL_MODULE_TAGS := debug
|
LOCAL_MODULE_TAGS := tests
|
||||||
LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/kernel-tests/ip_accelerator
|
LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/kernel-tests/ip_accelerator
|
||||||
|
|
||||||
include $(BUILD_EXECUTABLE)
|
include $(BUILD_EXECUTABLE)
|
||||||
|
|
Loading…
Reference in a new issue