summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLuke Huang <huangluke@google.com>2018-10-11 05:58:22 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-10-11 05:58:22 +0000
commit335253df0f590f014f47924969a011329fd9fed3 (patch)
tree2882f2c0f4875e6ec4633c3401b5c54b56e42740 /tests
parentcf1176073df4d6604234dd3c6e78f8c979a95212 (diff)
parent13b79e83aae93e65c6f0e82d59425ead559305c2 (diff)
Merge "Refactor tetherGetStats by using stable aidl structure"
Diffstat (limited to 'tests')
-rw-r--r--tests/net/Android.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/net/Android.mk b/tests/net/Android.mk
index 750e2fb6f6b4..132135dc89bc 100644
--- a/tests/net/Android.mk
+++ b/tests/net/Android.mk
@@ -63,7 +63,8 @@ LOCAL_JNI_SHARED_LIBRARIES := \
libunwindstack \
libutilscallstack \
libziparchive \
- libz
+ libz \
+ netd_aidl_interface-cpp
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
@@ -92,7 +93,8 @@ LOCAL_SHARED_LIBRARIES := \
liblog \
libcutils \
libnativehelper \
- libnetdaidl
+ libnetdaidl \
+ netd_aidl_interface-cpp
LOCAL_STATIC_LIBRARIES := \
libpcap \