Merge "Notice files for prebuilt_etc are included in APEX" am: 4f35976c87
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1421373 Change-Id: Ifbfd71ff4416b07742e70c9d9aba523d60af1d2b
This commit is contained in:
@@ -286,6 +286,10 @@ func (a *apexBundle) buildNoticeFiles(ctx android.ModuleContext, apexFileName st
|
||||
return true
|
||||
})
|
||||
|
||||
for _, fi := range a.filesInfo {
|
||||
noticeFiles = append(noticeFiles, fi.noticeFiles...)
|
||||
}
|
||||
|
||||
if len(noticeFiles) == 0 {
|
||||
return android.NoticeOutputs{}
|
||||
}
|
||||
|
Reference in New Issue
Block a user