Snap for 8414339 from b39d30ce88c930eba8f114311167ff55d2b26b42 to tm-qpr1-release

Change-Id: Ib25c8891f29de6802d130faa828bbdf2e7312d7b
diff --git a/apex/Android.bp b/apex/Android.bp
index bfec734..d425260 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -50,6 +50,22 @@
     additional_stubs: [
         "android-non-updatable",
     ],
+    hidden_api: {
+
+        // This module does not contain any split packages.
+        split_packages: [],
+
+        // The following packages and all their subpackages currently only
+        // contain classes from this bootclasspath_fragment. Listing a package
+        // here won't prevent other bootclasspath modules from adding classes in
+        // any of those packages but it will prevent them from adding those
+        // classes into an API surface, e.g. public, system, etc.. Doing so will
+        // result in a build failure due to inconsistent flags.
+        package_prefixes: [
+            "android.scheduling",
+        ],
+    },
+
 }
 
 systemserverclasspath_fragment {
diff --git a/apex/manifest.json b/apex/manifest.json
index f8887dc..9a36a58 100644
--- a/apex/manifest.json
+++ b/apex/manifest.json
@@ -1,4 +1,4 @@
 {
   "name": "com.android.scheduling",
-  "version": 339999900
+  "version": 330000000
 }