commit | 78194dc350c302c2b076a355c8c917e0a6eeb792 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Tue Apr 06 08:12:09 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Apr 06 08:12:09 2021 +0000 |
tree | 1ef3a309f37ce21d5773ca59aeaa08bb59d76aed | |
parent | e9b62f4ea5a1fade4e149e45635f0f89d11ee71b [diff] | |
parent | 0f44a5cb9f22dae2bcfd09d4f4b80f60592690bc [diff] |
Merge "Allow unit tests to use hidden connectivity APIs" into sc-dev
diff --git a/tests/unit/Android.bp b/tests/unit/Android.bp index e673c5a..73a844b 100644 --- a/tests/unit/Android.bp +++ b/tests/unit/Android.bp
@@ -36,7 +36,10 @@ "android.test.base", "android.test.mock", ], - defaults: ["libnetworkstackutilsjni_deps"], + defaults: [ + "framework-connectivity-test-defaults", + "libnetworkstackutilsjni_deps" + ], jni_libs: [ // For mockito extended "libdexmakerjvmtiagent",