58e0e769c9
Previously, the generation of the rules to create the boot image files was separate from the code to provide those files to the APEX which meant that it was possible for the APEX to try and use files that had no rules to create them. This changes avoids that by only exporting the files once the rules have been created. This necessitated a few changes to tests that were relying on the previous behavior. Including removing completely the test that used an image_name: "boot" as that is no longer a valid configuration name as its functionality has been replaced by platform_bootclasspath. A follow up change will make the validation of the properties of bootclasspath_fragment stricter to prevent "boot" being used as the image_name. Bug: 177892522 Bug: 188680624 Test: lunch qemu_trusty_arm64-userdebug m droid dist - verify that before this change it fails and after this change it works. m com.android.art - verify that this change does not change the APEX contents with either qemu_trusty_arm64-userdebug or aosp_arm64-userdebug Change-Id: I0497a151eb0731cbe6a1a7e7bbbb1e4dda75898f |
||
---|---|---|
.. | ||
Android.bp | ||
androidmk.go | ||
apex.go | ||
apex_singleton.go | ||
apex_test.go | ||
bootclasspath_fragment_test.go | ||
builder.go | ||
deapexer.go | ||
key.go | ||
OWNERS | ||
platform_bootclasspath_test.go | ||
prebuilt.go | ||
systemserver_classpath_fragment_test.go | ||
TEST_MAPPING | ||
testing.go | ||
vndk.go | ||
vndk_test.go |