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:
Treehugger Robot
2020-09-24 22:56:43 +00:00
committed by Gerrit Code Review
12 changed files with 142 additions and 97 deletions

View File

@@ -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
}