Remove prebuilt com.android.art APEXes for the time being. am: 613f7e1876 am: 530612330e am: 054d6b9db0

Original change: https://android-review.googlesource.com/c/platform/packages/modules/ArtPrebuilt/+/1857517

Change-Id: Idb44f9d168537281f3e03a785c7885e1cd4b158e
diff --git a/Android.bp b/Android.bp
index 9be2d10..7dbf6b6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,52 +1,3 @@
 package {
     default_applicable_licenses: ["Android-Apache-2.0"],
 }
-
-prebuilt_apex {
-    name: "com.android.art.debug",
-    arch: {
-        arm: {
-            src: "com.android.art.debug-arm.apex",
-        },
-        arm64: {
-            src: "com.android.art.debug-arm64.apex",
-        },
-        x86: {
-            src: "com.android.art.debug-x86.apex",
-        },
-        x86_64: {
-            src: "com.android.art.debug-x86_64.apex",
-        },
-    },
-}
-
-prebuilt_apex {
-    name: "com.android.art",
-
-    // TODO(b/192006406): There is currently no good way to control which
-    // prebuilt APEX (com.google.android.art or com.android.art) gets picked for
-    // deapexing to provide dex jars for hiddenapi and dexpreopting. Instead the
-    // AOSP APEX is completely disabled, and we build from source for AOSP
-    // products.
-    enabled: false,
-
-    arch: {
-        arm: {
-            src: "com.android.art-arm.apex",
-        },
-        arm64: {
-            src: "com.android.art-arm64.apex",
-        },
-        x86: {
-            src: "com.android.art-x86.apex",
-        },
-        x86_64: {
-            src: "com.android.art-x86_64.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: ["art-bootclasspath-fragment"],
-}
diff --git a/com.android.art-arm.apex b/com.android.art-arm.apex
deleted file mode 100644
index 939cb1a..0000000
--- a/com.android.art-arm.apex
+++ /dev/null
Binary files differ
diff --git a/com.android.art-arm64.apex b/com.android.art-arm64.apex
deleted file mode 100644
index d1fe117..0000000
--- a/com.android.art-arm64.apex
+++ /dev/null
Binary files differ
diff --git a/com.android.art-x86.apex b/com.android.art-x86.apex
deleted file mode 100644
index 438df35..0000000
--- a/com.android.art-x86.apex
+++ /dev/null
Binary files differ
diff --git a/com.android.art-x86_64.apex b/com.android.art-x86_64.apex
deleted file mode 100644
index 645be70..0000000
--- a/com.android.art-x86_64.apex
+++ /dev/null
Binary files differ
diff --git a/com.android.art.debug-arm.apex b/com.android.art.debug-arm.apex
deleted file mode 100644
index f240c0a..0000000
--- a/com.android.art.debug-arm.apex
+++ /dev/null
Binary files differ
diff --git a/com.android.art.debug-arm64.apex b/com.android.art.debug-arm64.apex
deleted file mode 100644
index 573deac..0000000
--- a/com.android.art.debug-arm64.apex
+++ /dev/null
Binary files differ
diff --git a/com.android.art.debug-x86.apex b/com.android.art.debug-x86.apex
deleted file mode 100644
index ecd6954..0000000
--- a/com.android.art.debug-x86.apex
+++ /dev/null
Binary files differ
diff --git a/com.android.art.debug-x86_64.apex b/com.android.art.debug-x86_64.apex
deleted file mode 100644
index 6a1d4f3..0000000
--- a/com.android.art.debug-x86_64.apex
+++ /dev/null
Binary files differ