Merge "Ignore cc.Module.HideFromMake when producing flattened apex Android.mk entries" am: a5b1ea248f
am: 46c461b968
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1691266 Change-Id: I360afe1bec4479f73e5fde005cde467236a00513
This commit is contained in:
@@ -118,10 +118,6 @@ func (a *apexBundle) androidMkForFiles(w io.Writer, apexBundleName, apexName, mo
|
|||||||
seenDataOutPaths := make(map[string]bool)
|
seenDataOutPaths := make(map[string]bool)
|
||||||
|
|
||||||
for _, fi := range a.filesInfo {
|
for _, fi := range a.filesInfo {
|
||||||
if ccMod, ok := fi.module.(*cc.Module); ok && ccMod.Properties.HideFromMake {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
|
|
||||||
linkToSystemLib := a.linkToSystemLib && fi.transitiveDep && fi.availableToPlatform()
|
linkToSystemLib := a.linkToSystemLib && fi.transitiveDep && fi.availableToPlatform()
|
||||||
|
|
||||||
moduleName := a.fullModuleName(apexBundleName, &fi)
|
moduleName := a.fullModuleName(apexBundleName, &fi)
|
||||||
|
Reference in New Issue
Block a user