Loading apex/boot_image_test.go +10 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,16 @@ func TestBootImages(t *testing.T) { ], srcs: ["b.java"], } boot_image { name: "art-boot-image", image_name: "art", } boot_image { name: "framework-boot-image", image_name: "boot", } `, // Configure some libraries in the art and framework boot images. withArtBootImageJars("com.android.art:baz", "com.android.art:quuz"), Loading java/boot_image.go +1 −1 Original line number Diff line number Diff line Loading @@ -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 } Loading java/testing.go +0 −10 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
apex/boot_image_test.go +10 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,16 @@ func TestBootImages(t *testing.T) { ], srcs: ["b.java"], } boot_image { name: "art-boot-image", image_name: "art", } boot_image { name: "framework-boot-image", image_name: "boot", } `, // Configure some libraries in the art and framework boot images. withArtBootImageJars("com.android.art:baz", "com.android.art:quuz"), Loading
java/boot_image.go +1 −1 Original line number Diff line number Diff line Loading @@ -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 } Loading
java/testing.go +0 −10 Original line number Diff line number Diff line Loading @@ -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 Loading