Merge changes I0885e493,Ic37c8db9
* changes: linux_bionic_arm64 is added when Host_bionic_arm64 is true HostCross is an attribute of a Target, not OsType
This commit is contained in:
@@ -678,7 +678,7 @@ func (a *AndroidApp) noticeBuildActions(ctx android.ModuleContext) {
|
||||
seenModules[child] = true
|
||||
|
||||
// Skip host modules.
|
||||
if child.Target().Os.Class == android.Host || child.Target().Os.Class == android.HostCross {
|
||||
if child.Target().Os.Class == android.Host {
|
||||
return false
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user