Merge "Fix some minor issues with boot_image"

This commit is contained in:
Paul Duffin
2021-02-01 10:21:34 +00:00
committed by Gerrit Code Review
3 changed files with 11 additions and 11 deletions

View File

@@ -48,7 +48,7 @@ type BootImageModule struct {
func bootImageFactory() android.Module {
m := &BootImageModule{}
m.AddProperties(&m.properties)
android.InitAndroidArchModule(m, android.HostAndDeviceDefault, android.MultilibCommon)
android.InitAndroidArchModule(m, android.HostAndDeviceSupported, android.MultilibCommon)
android.InitApexModule(m)
return m
}

View File

@@ -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