Merge "Cover PropertyChangeSupport with tests." into sc-dev am: 7a30fb49f4

Original change: https://googleplex-android-review.googlesource.com/c/platform/libcore/+/14703544

Change-Id: Ie622493991d164b28cb89b58af9da00e4cdbb4fd
diff --git a/JavaLibrary.bp b/JavaLibrary.bp
index 1885d06..536f538 100644
--- a/JavaLibrary.bp
+++ b/JavaLibrary.bp
@@ -1092,6 +1092,9 @@
 // avoid introducing compile time cycles.
 java_library {
     name: "art.module.api.annotations.for.system.modules",
+    visibility: [
+        "//art/libartservice",
+    ],
     srcs: [
         ":api_surface_annotation_files",
     ],