Remove deprecated boot_images property from ART apex
This has no effect on the contents of the ART apex as the
bootclasspath_fragments provides all the same contents.
Bug: 177892522
Test: m com.android.art and check contents by deapexer
Change-Id: Id63e0cfe059a444971a4b61c580af5908bc56501
diff --git a/build/apex/Android.bp b/build/apex/Android.bp
index 1f11f2e..b911637 100644
--- a/build/apex/Android.bp
+++ b/build/apex/Android.bp
@@ -245,7 +245,6 @@
defaults: ["com.android.art-defaults"],
compile_multilib: "both",
manifest: "manifest-art.json",
- boot_images: ["art-boot-image"],
bootclasspath_fragments: ["art-bootclasspath-fragment"],
compat_configs: ["libcore-platform-compat-config"],
java_libs: libcore_java_libs + art_java_libs,