diff options
| author | 2018-01-23 19:09:07 +0000 | |
|---|---|---|
| committer | 2018-01-23 19:09:07 +0000 | |
| commit | df4aba36b40bb63302827bb78b3840daee14656b (patch) | |
| tree | d102021b84a47f004fba64142f9b6460ceee34be | |
| parent | afb4ba1c358f7651ef709e2f034d83655b501a81 (diff) | |
| parent | f7fab104f92be481ec1723b08eef6b25e17af11e (diff) | |
Unbreak frameworks-net tests broken by missing libutilscallstack.
am: f7fab104f9
Change-Id: I3125e9276da6cbbae5ef490cf98583b31c4ad8d2
| -rw-r--r-- | tests/net/Android.mk | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/tests/net/Android.mk b/tests/net/Android.mk index 677585cc0c0f..24524e307a1f 100644 --- a/tests/net/Android.mk +++ b/tests/net/Android.mk @@ -29,32 +29,34 @@ LOCAL_COMPATIBILITY_SUITE := device-tests LOCAL_CERTIFICATE := platform # These are not normally accessible from apps so they must be explicitly included. -LOCAL_JNI_SHARED_LIBRARIES := libframeworksnettestsjni \ +LOCAL_JNI_SHARED_LIBRARIES := \ + android.hidl.token@1.0 \ libbacktrace \ libbase \ libbinder \ libc++ \ + libcrypto \ libcutils \ + libframeworksnettestsjni \ + libhidl-gen-utils \ + libhidlbase \ + libhidltransport \ + libhwbinder \ liblog \ liblzma \ libnativehelper \ libnetdaidl \ + libpackagelistparser \ + libpcre2 \ + libselinux \ libui \ libunwind \ libutils \ + libvintf \ libvndksupport \ - libcrypto \ - libhidl-gen-utils \ - libhidlbase \ - libhidltransport \ - libpackagelistparser \ - libpcre2 \ - libselinux \ libtinyxml2 \ - libvintf \ - libhwbinder \ libunwindstack \ - android.hidl.token@1.0 + libutilscallstack LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk |