Dist NOTICE outputs for app targets.
Bug: 136501164 Test: m NetworkStack, TreeHugger Change-Id: I2279eeb0e50b1b5685e23130a8da6ab090f37f56
This commit is contained in:
@@ -858,8 +858,7 @@ func (a *apexBundle) buildNoticeFile(ctx android.ModuleContext, apexFileName str
|
||||
return android.OptionalPath{}
|
||||
}
|
||||
|
||||
return android.OptionalPathForPath(
|
||||
android.BuildNoticeOutput(ctx, a.installDir, apexFileName, android.FirstUniquePaths(noticeFiles)))
|
||||
return android.BuildNoticeOutput(ctx, a.installDir, apexFileName, android.FirstUniquePaths(noticeFiles)).HtmlGzOutput
|
||||
}
|
||||
|
||||
func (a *apexBundle) buildUnflattenedApex(ctx android.ModuleContext, apexType apexPackaging) {
|
||||
|
Reference in New Issue
Block a user