diff options
Diffstat (limited to 'android/vintf_data.go')
-rw-r--r-- | android/vintf_data.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/vintf_data.go b/android/vintf_data.go index 7823397e0..401f4d2e5 100644 --- a/android/vintf_data.go +++ b/android/vintf_data.go @@ -49,7 +49,7 @@ type vintfDataRule struct { properties vintfDataProperties installDirPath InstallPath - outputFilePath OutputPath + outputFilePath Path noAction bool } @@ -148,7 +148,7 @@ func (m *vintfDataRule) GenerateAndroidBuildActions(ctx ModuleContext) { builder.Build("assemble_vintf", "Process vintf data "+gensrc.String()) m.installDirPath = PathForModuleInstall(ctx, "etc", "vintf") - m.outputFilePath = gensrc.OutputPath + m.outputFilePath = gensrc installFileName := "manifest.xml" if filename := proptools.String(m.properties.Filename); filename != "" { |