Merge "Set the dist dir for musl targets of build_version_test" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
557e3fa4a6
@@ -35,6 +35,16 @@ cc_defaults {
|
|||||||
dir: "host/",
|
dir: "host/",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
linux_musl_x86: {
|
||||||
|
dist: {
|
||||||
|
dir: "host32/",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
linux_musl_x86_64: {
|
||||||
|
dist: {
|
||||||
|
dir: "host/",
|
||||||
|
},
|
||||||
|
},
|
||||||
linux_glibc_x86: {
|
linux_glibc_x86: {
|
||||||
dist: {
|
dist: {
|
||||||
dir: "host32/",
|
dir: "host32/",
|
||||||
|
Reference in New Issue
Block a user