summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-08-31 22:29:11 -0700
committerMichael Bestas <mkbestas@lineageos.org>2019-09-14 01:22:01 +0300
commit90d241a8f9ed86f9108cf01effa3bed317c5a081 (patch)
tree73d26533a7cdd7ba3f023121f55602ee06dadfae
parentf65bc4f8ed593b215515b92a2d43eb1fb557fb29 (diff)
downloadandroid_vendor_qcom_opensource_data-ipa-cfg-mgr-90d241a8f9ed86f9108cf01effa3bed317c5a081.tar.gz
android_vendor_qcom_opensource_data-ipa-cfg-mgr-90d241a8f9ed86f9108cf01effa3bed317c5a081.tar.bz2
android_vendor_qcom_opensource_data-ipa-cfg-mgr-90d241a8f9ed86f9108cf01effa3bed317c5a081.zip
data-ipa-cfg-mgr: Don't build ipacm tests on debug builds
Change-Id: I1fd4a4bafc917586ee391fbf6df0da1d12212d36
-rw-r--r--ipanat/test/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipanat/test/Android.mk b/ipanat/test/Android.mk
index 4c5f5a7..a6bb4b0 100644
--- a/ipanat/test/Android.mk
+++ b/ipanat/test/Android.mk
@@ -41,7 +41,7 @@ LOCAL_SRC_FILES := ipa_nat_test000.c \
LOCAL_SHARED_LIBRARIES := libipanat
-LOCAL_MODULE_TAGS := debug
+LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/kernel-tests/ip_accelerator
include $(BUILD_EXECUTABLE)