diff options
Diffstat (limited to 'java/testing.go')
-rw-r--r-- | java/testing.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/java/testing.go b/java/testing.go index 31ff47ff4..5fcf84c6b 100644 --- a/java/testing.go +++ b/java/testing.go @@ -219,16 +219,6 @@ func GatherRequiredDepsForTest() string { dex_bootjars { name: "dex_bootjars", } - - boot_image { - name: "art-boot-image", - image_name: "art", - } - - boot_image { - name: "framework-boot-image", - image_name: "boot", - } ` return bp |