diff options
author | 2022-06-24 18:43:40 -0700 | |
---|---|---|
committer | 2022-06-28 15:16:15 -0700 | |
commit | 39a1814f24e67ab82575f40b9d7a74babe2ecb5d (patch) | |
tree | 316c53898ff62152f2b1b2a91ce12a15f469ae45 /rust/compiler.go | |
parent | 1faf82305a5dae78c00cf71156284f39e5bd53a6 (diff) |
Don't package host cross modules in javaFuzzPackager
Normally the host cross OS is windows, which only builds a few opted-in
modules. When the host cross OS is set to linux_musl it builds all
modules that haven't explicitly opted out, producing linux_musl_common
variants of java modules. Filter these out of javaFuzzPackager to
avoid conflicts with the linux_glibc_common modules.
Host cross common variants targets were missing the HostCross flag,
so also set it in getCommonTargets.
Bug: 236052820
Test: builds with linux_musl arm64 host cross enabled
Change-Id: I58c846076091bee7df50016c240a176c039c42e9
Diffstat (limited to 'rust/compiler.go')
0 files changed, 0 insertions, 0 deletions