summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/net/Android.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/net/Android.mk b/tests/net/Android.mk
index e682f790a683..b3a82f5d8392 100644
--- a/tests/net/Android.mk
+++ b/tests/net/Android.mk
@@ -32,6 +32,8 @@ LOCAL_CERTIFICATE := platform
# These are not normally accessible from apps so they must be explicitly included.
LOCAL_JNI_SHARED_LIBRARIES := \
android.hidl.token@1.0 \
+ $(UBSAN_RUNTIME_LIBRARY) \
+ libartbase \
libbacktrace \
libbase \
libbinder \
@@ -57,7 +59,9 @@ LOCAL_JNI_SHARED_LIBRARIES := \
libvndksupport \
libtinyxml2 \
libunwindstack \
- libutilscallstack
+ libutilscallstack \
+ libziparchive \
+ libz
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk