Loading android/vintf_fragment.go +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ func vintfLibraryFactory() Module { m.AddProperties( &m.properties, ) InitAndroidArchModule(m, DeviceSupported, MultilibFirst) InitAndroidArchModule(m, DeviceSupported, MultilibCommon) return m } Loading android/vintf_fragment_test.go +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ func TestVintfManifestBuildAction(t *testing.T) { testResult := PrepareForTestWithAndroidBuildComponents.RunTestWithBp(t, bp) vintfFragmentBuild := testResult.TestContext.ModuleForTests("test_vintf_fragment", "android_arm64_armv8-a").Rule("assemble_vintf") vintfFragmentBuild := testResult.TestContext.ModuleForTests("test_vintf_fragment", "android_common").Rule("assemble_vintf") if !strings.Contains(vintfFragmentBuild.RuleParams.Command, "assemble_vintf") { t.Errorf("Vintf_manifest build command does not process with assemble_vintf : " + vintfFragmentBuild.RuleParams.Command) } Loading genrule/genrule.go +6 −0 Original line number Diff line number Diff line Loading @@ -645,6 +645,12 @@ func (g *Module) GenerateAndroidBuildActions(ctx android.ModuleContext) { } g.setOutputFiles(ctx) if ctx.Os() == android.Windows { // Make doesn't support windows: // https://cs.android.com/android/platform/superproject/main/+/main:build/make/core/module_arch_supported.mk;l=66;drc=f264690860bb6ee7762784d6b7201aae057ba6f2 g.HideFromMake() } } func (g *Module) setOutputFiles(ctx android.ModuleContext) { Loading Loading
android/vintf_fragment.go +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ func vintfLibraryFactory() Module { m.AddProperties( &m.properties, ) InitAndroidArchModule(m, DeviceSupported, MultilibFirst) InitAndroidArchModule(m, DeviceSupported, MultilibCommon) return m } Loading
android/vintf_fragment_test.go +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ func TestVintfManifestBuildAction(t *testing.T) { testResult := PrepareForTestWithAndroidBuildComponents.RunTestWithBp(t, bp) vintfFragmentBuild := testResult.TestContext.ModuleForTests("test_vintf_fragment", "android_arm64_armv8-a").Rule("assemble_vintf") vintfFragmentBuild := testResult.TestContext.ModuleForTests("test_vintf_fragment", "android_common").Rule("assemble_vintf") if !strings.Contains(vintfFragmentBuild.RuleParams.Command, "assemble_vintf") { t.Errorf("Vintf_manifest build command does not process with assemble_vintf : " + vintfFragmentBuild.RuleParams.Command) } Loading
genrule/genrule.go +6 −0 Original line number Diff line number Diff line Loading @@ -645,6 +645,12 @@ func (g *Module) GenerateAndroidBuildActions(ctx android.ModuleContext) { } g.setOutputFiles(ctx) if ctx.Os() == android.Windows { // Make doesn't support windows: // https://cs.android.com/android/platform/superproject/main/+/main:build/make/core/module_arch_supported.mk;l=66;drc=f264690860bb6ee7762784d6b7201aae057ba6f2 g.HideFromMake() } } func (g *Module) setOutputFiles(ctx android.ModuleContext) { Loading