commit | 6926665a177f284649c22134f78dea4c87deef9d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Jun 24 15:18:15 2022 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Jun 27 18:37:05 2022 +0000 |
tree | 87bc1860699119999e414559cf6ddcce9a719018 | |
parent | 5ff074bd323b4a468637a47b013c623042526b43 [diff] |
Don't copy host cross variants to testcases Checking for os == BuildOS isn't sufficient if we are also cross compiling to other architectures for that OS, for example when BuildOS is linux_musl and we are building for x86_64 and cross compiling to arm64. Also skip variants that are HostCross. Bug: 236052820 Test: linux musl x86_64 + arm64 build Change-Id: I58ce0d8cbfa7c3e209d22c03e49f6d094ff5e107