Merge "Fix tests to use correct fixtures for configuring (Apex)BootJars."

This commit is contained in:
satayev
2021-08-11 16:13:20 +00:00
committed by Gerrit Code Review
8 changed files with 90 additions and 18 deletions

View File

@@ -39,7 +39,7 @@ func TestPlatformBootclasspath_Fragments(t *testing.T) {
prepareForTestWithMyapex,
java.PrepareForTestWithJavaSdkLibraryFiles,
java.FixtureWithLastReleaseApis("foo"),
java.FixtureConfigureBootJars("myapex:bar"),
java.FixtureConfigureApexBootJars("myapex:bar"),
android.FixtureWithRootAndroidBp(`
platform_bootclasspath {
name: "platform-bootclasspath",
@@ -195,6 +195,7 @@ func TestPlatformBootclasspathDependencies(t *testing.T) {
bootclasspath_fragment {
name: "art-bootclasspath-fragment",
image_name: "art",
apex_available: [
"com.android.art",
],