commit | 90d241a8f9ed86f9108cf01effa3bed317c5a081 | [log] [tgz] |
---|---|---|
author | Steve Kondik <steve@cyngn.com> | Wed Aug 31 22:29:11 2016 -0700 |
committer | Michael Bestas <mkbestas@lineageos.org> | Sat Sep 14 01:22:01 2019 +0300 |
tree | 73d26533a7cdd7ba3f023121f55602ee06dadfae | |
parent | f65bc4f8ed593b215515b92a2d43eb1fb557fb29 [diff] |
data-ipa-cfg-mgr: Don't build ipacm tests on debug builds Change-Id: I1fd4a4bafc917586ee391fbf6df0da1d12212d36
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_SHARED_LIBRARIES := libipanat -LOCAL_MODULE_TAGS := debug +LOCAL_MODULE_TAGS := tests LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/kernel-tests/ip_accelerator include $(BUILD_EXECUTABLE)