Add prebuilt_boot_image and add boot_images to sdk
Bug: 177892522 Test: m nothing Change-Id: I640359acd6840507f32d7034c97d4d1c7ff591e9
This commit is contained in:
@@ -29,3 +29,12 @@ func TestUnknownBootImage(t *testing.T) {
|
||||
}
|
||||
`)
|
||||
}
|
||||
|
||||
func TestUnknownPrebuiltBootImage(t *testing.T) {
|
||||
testJavaError(t, "image_name: Unknown image name \\\"unknown\\\", expected one of art, boot", `
|
||||
prebuilt_boot_image {
|
||||
name: "unknown-boot-image",
|
||||
image_name: "unknown",
|
||||
}
|
||||
`)
|
||||
}
|
||||
|
Reference in New Issue
Block a user