diff options
Diffstat (limited to 'test/Android.bp')
-rw-r--r-- | test/Android.bp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/Android.bp b/test/Android.bp index ca6816cae3..07980fb79b 100644 --- a/test/Android.bp +++ b/test/Android.bp @@ -150,13 +150,6 @@ filegroup { srcs: ["art-gtests-target-standalone-root-template.xml"], } -// Test configuration template for standalone ART gtests run with a boot image on target (not -// bundled with the ART APEX). -filegroup { - name: "art-gtests-target-standalone-with-boot-image-template", - srcs: ["art-gtests-target-standalone-with-boot-image-template.xml"], -} - art_cc_defaults { name: "art_standalone_test_defaults", defaults: [ @@ -1312,7 +1305,6 @@ art_cc_test { // We need the ART testing apex, which contains all gtest binaries. // Note that due to build system and linker constraints the gtests must be in the apex. ":com.android.art.testing", - ":generate-boot-image", ], test_suites: ["general-tests"], test_config: "art-gtests-target-chroot.xml", |