Remove visibility to ART internals for a test that doesn't need it.

Test: m
Bug: 133140750
Change-Id: I1f8b6d5cfdf9e7719e88e116bf1fd7628b0dd240
diff --git a/libartbase/Android.bp b/libartbase/Android.bp
index 9801927..fc63f54 100644
--- a/libartbase/Android.bp
+++ b/libartbase/Android.bp
@@ -170,7 +170,6 @@
         // TODO(b/133140750): Clean this up.
         "//cts/tests/tests/appop",
         "//frameworks/base/startop/view_compiler",
-        "//frameworks/base/tests/net:__subpackages__",
         "//packages/modules/NetworkStack/tests:__subpackages__",
     ],
 
diff --git a/libdexfile/Android.bp b/libdexfile/Android.bp
index 1c789b5..ffb616c 100644
--- a/libdexfile/Android.bp
+++ b/libdexfile/Android.bp
@@ -147,7 +147,6 @@
         // TODO(b/133140750): Clean this up.
         "//cts/tests/tests/appop",
         "//frameworks/base/startop/view_compiler",
-        "//frameworks/base/tests/net:__subpackages__",
     ],
     // Leave the symbols in the shared library so that stack unwinders can
     // produce meaningful name resolution.