diff options
| -rw-r--r-- | build/boot/Android.bp | 13 | ||||
| -rw-r--r-- | build/sdk/Android.bp | 3 |
2 files changed, 0 insertions, 16 deletions
diff --git a/build/boot/Android.bp b/build/boot/Android.bp index bc55b764d4..ca6ab24d05 100644 --- a/build/boot/Android.bp +++ b/build/boot/Android.bp @@ -21,19 +21,6 @@ package { default_applicable_licenses: ["art_license"], } -boot_image { - name: "art-boot-image", - image_name: "art", - visibility: [ - "//art/build/apex", - "//art/build/sdk", - ], - apex_available: [ - "com.android.art", - "com.android.art.debug", - ], -} - bootclasspath_fragment { name: "art-bootclasspath-fragment", image_name: "art", diff --git a/build/sdk/Android.bp b/build/sdk/Android.bp index b0ac2ddc2e..db4ec34aee 100644 --- a/build/sdk/Android.bp +++ b/build/sdk/Android.bp @@ -83,9 +83,6 @@ art_module_sdk { }, android: { - boot_images: [ - "art-boot-image", - ], bootclasspath_fragments: [ "art-bootclasspath-fragment", ], |