Remove simpleperf visibility to ART internals.

No longer necessary after removing the dependency on
libdexfile_static_defaults in simpleperf.

Test: m
Bug: 133140750
Change-Id: Ie07b805354942befd0051963b10c2230ddbee598
diff --git a/libartbase/Android.bp b/libartbase/Android.bp
index cb0721b..9801927 100644
--- a/libartbase/Android.bp
+++ b/libartbase/Android.bp
@@ -172,7 +172,6 @@
         "//frameworks/base/startop/view_compiler",
         "//frameworks/base/tests/net:__subpackages__",
         "//packages/modules/NetworkStack/tests:__subpackages__",
-        "//system/extras/simpleperf",
     ],
 
     // Leave the symbols in the shared library so that stack unwinders can
diff --git a/libartpalette/Android.bp b/libartpalette/Android.bp
index f6c7ac1..ef14016 100644
--- a/libartpalette/Android.bp
+++ b/libartpalette/Android.bp
@@ -66,7 +66,6 @@
     visibility: [
         // TODO(b/133140750): Clean this up.
         "//frameworks/base/startop/view_compiler",
-        "//system/extras/simpleperf",
     ],
     required: ["libartpalette-system"], // libartpalette.so dlopen()'s libartpalette-system.
     header_libs: ["libbase_headers"],
diff --git a/libdexfile/Android.bp b/libdexfile/Android.bp
index e72ac11..1c789b5 100644
--- a/libdexfile/Android.bp
+++ b/libdexfile/Android.bp
@@ -112,7 +112,6 @@
         "//art:__subpackages__",
         // TODO(b/133140750): Clean this up.
         "//frameworks/base/startop/view_compiler",
-        "//system/extras/simpleperf",
     ],
     static_libs: ["libdexfile"],
 }
@@ -149,7 +148,6 @@
         "//cts/tests/tests/appop",
         "//frameworks/base/startop/view_compiler",
         "//frameworks/base/tests/net:__subpackages__",
-        "//system/extras/simpleperf",
     ],
     // Leave the symbols in the shared library so that stack unwinders can
     // produce meaningful name resolution.