commit | d584d2fa36e356873166c972883dddb6293c1b4e | [log] [tgz] |
---|---|---|
author | paulhu <paulhu@google.com> | Wed Apr 08 09:57:57 2020 +0800 |
committer | paulhu <paulhu@google.com> | Wed Apr 08 09:57:57 2020 +0800 |
tree | 1826526bd97d0c17df33b86a0ffe0151ddf13eb0 | |
parent | 943af02d92d55d67dee65116fdb7819e41e1210e [diff] [blame] |
Fix TetheringIntegrationTests failure Bug: 150644681 Test: atest TetheringIntegrationTests Change-Id: I5a537eca9b1aab3694a11a2dab147a31f289314c
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", + ], }