Merge "Drop exported_bootclasspath_fragments from prebuilt com.android.xxx APEXes." am: 27544a8cd6 am: 130812090f

Original change: https://android-review.googlesource.com/c/platform/prebuilts/runtime/+/1857897

Change-Id: Ieca28325258e9d619f39f8fc355448122912f277
diff --git a/mainline/conscrypt/apex/Android.bp b/mainline/conscrypt/apex/Android.bp
index 67e2961..5fe1151 100644
--- a/mainline/conscrypt/apex/Android.bp
+++ b/mainline/conscrypt/apex/Android.bp
@@ -35,11 +35,4 @@
         },
     },
     filename: "com.android.conscrypt.apex",
-
-    // Make fragment related files from the apex file available for use by the
-    // build when using prebuilts, e.g. for running the boot jars package check
-    // and hidden API flag validation among other uses.
-    exported_bootclasspath_fragments: [
-        "com.android.conscrypt-bootclasspath-fragment",
-    ],
 }
diff --git a/mainline/i18n/apex/Android.bp b/mainline/i18n/apex/Android.bp
index f7cbfe1..497add7 100644
--- a/mainline/i18n/apex/Android.bp
+++ b/mainline/i18n/apex/Android.bp
@@ -40,11 +40,4 @@
         },
     },
     filename: "com.android.i18n.apex",
-
-    // Make fragment related files from the apex file available for use by the
-    // build when using prebuilts, e.g. for running the boot jars package check
-    // and hidden API flag validation among other uses.
-    exported_bootclasspath_fragments: [
-        "i18n-bootclasspath-fragment",
-    ],
 }