Snap for 8414339 from a529a236d02913ef712cd497a06d575c128e5079 to tm-qpr1-release

Change-Id: Icb2f9eee9fbdfeb3030cb191a2f6b3a70ddb5788
diff --git a/apex/Android.bp b/apex/Android.bp
index c430e32..bfec55c 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -95,6 +95,23 @@
         max_target_o_low_priority: [
             "hiddenapi/hiddenapi-max-target-o-low-priority.txt",
         ],
+
+        // 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.icu",
+            "com.android.i18n.system",
+            "com.android.i18n.timezone",
+            "com.android.i18n.util",
+            "com.android.icu",
+        ],
     },
 }