Snap for 6650198 from cbf0845a5dbfb09e120a1e23e1a43d6420a4a401 to rvc-release

Change-Id: Ibea18413fe82f780489151022ee77dd64689384c
This commit is contained in:
android-build-team Robot
2020-07-03 01:03:09 +00:00

View File

@@ -1016,7 +1016,8 @@ public class VpnTest extends InstrumentationTestCase {
final Thread[] threads = new Thread[NUM_THREADS];
startVpn(new String[] {"192.0.2.2/32", "2001:db8:1:2::ffe/128"},
new String[] {"0.0.0.0/0", "::/0"},
"", "", null, null /* underlyingNetworks */, false /* isAlwaysMetered */);
"" /* allowedApplications */, "com.android.shell" /* disallowedApplications */,
null /* proxyInfo */, null /* underlyingNetworks */, false /* isAlwaysMetered */);
for (int i = 0; i < NUM_THREADS; i++) {
threads[i] = new Thread(() -> {