Merge "Set the dist dir for musl targets of build_version_test"

This commit is contained in:
Treehugger Robot
2022-04-28 16:51:24 +00:00
committed by Gerrit Code Review

View File

@@ -35,6 +35,16 @@ cc_defaults {
dir: "host/",
},
},
linux_musl_x86: {
dist: {
dir: "host32/",
},
},
linux_musl_x86_64: {
dist: {
dir: "host/",
},
},
linux_glibc_x86: {
dist: {
dir: "host32/",