commit | b33911c19c272866866689f2a1be849fd2cc4164 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 08 07:13:44 2020 +0000 |
committer | Paul Hu <paulhu@google.com> | Wed Apr 08 08:17:20 2020 +0000 |
tree | ce39d34bddea0a72878c2575c96116a872cb01c9 | |
parent | 47c8b0f87e214f25fa62af23d5489b1e376f2ce8 [diff] [blame] |
Fix TetheringIntegrationTests failure Bug: 150644681 Test: atest TetheringIntegrationTests Change-Id: I5a537eca9b1aab3694a11a2dab147a31f289314c Merged-In: I5a537eca9b1aab3694a11a2dab147a31f289314c (cherry picked from commit f626b8a5388746d163600a5eccb60e22cb1071bf)
diff --git a/Tethering/tests/integration/Android.bp b/Tethering/tests/integration/Android.bp index 1a1c30d..620261b 100644 --- a/Tethering/tests/integration/Android.bp +++ b/Tethering/tests/integration/Android.bp
@@ -39,4 +39,9 @@ "android.test.base", "android.test.mock", ], + jni_libs: [ + // For mockito extended + "libdexmakerjvmtiagent", + "libstaticjvmtiagent", + ], }