From 5466a3699c550d1fa67066db48951b765156be4f Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Mon, 7 Jun 2021 10:25:31 +0100 Subject: Export boot image files from prebuilt_apex/apex_set Previously, the prebuilt art-bootclasspath-fragment did not provide any boot image files. That meant it was impossible to build any module that requires access to those files from prebuilts, e.g. any module that needs to be dexpreopt-ed. This change enables that module to retrieve those files from the prebuilt_apex. Bug: 177892522 Bug: 189298093 Test: m nothing m droid SOONG_CONFIG_art_module_source_build=false SKIP_BOOT_JARS_CHECK=true - the previous command does not work but this change does fix one of the issues reported. Change-Id: I1d4d9545172d79282918130df6b9aa55471bffc1 --- apex/bootclasspath_fragment_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'apex/bootclasspath_fragment_test.go') diff --git a/apex/bootclasspath_fragment_test.go b/apex/bootclasspath_fragment_test.go index 8b6e87653..66bc9e069 100644 --- a/apex/bootclasspath_fragment_test.go +++ b/apex/bootclasspath_fragment_test.go @@ -589,6 +589,7 @@ func TestBootclasspathFragmentInPrebuiltArtApex(t *testing.T) { }) java.CheckModuleDependencies(t, result.TestContext, "mybootclasspathfragment", "android_common_com.android.art", []string{ + `com.android.art.deapexer`, `dex2oatd`, `prebuilt_bar`, `prebuilt_foo`, -- cgit v1.2.3-59-g8ed1b