Merge tag 'android-13.0.0_r16' into int/13/fp3

Android 13.0.0 Release 16 (TQ1A.221205.011)

* tag 'android-13.0.0_r16':
  Added visibility needed for the S snapshot

Change-Id: Ifa7a0aee73620a938acc5a22e28a2f2cc8d1f678
diff --git a/apex/framework/Android.bp b/apex/framework/Android.bp
index 7bba456..e93e713 100644
--- a/apex/framework/Android.bp
+++ b/apex/framework/Android.bp
@@ -51,6 +51,11 @@
         // This MUST not be used for compilation within the media module, use
         // framework-media.impl instead.
         "//frameworks/av/apex:__subpackages__",
+
+        // DO NOT REMOVE: Legacy visibility, needed for snapshots that are
+        // generated for the S build.
+        "//frameworks/base",
+        "//frameworks/base/apex/media/service",
     ],
 }