Merge "rust_bindgen: respect custom OUT_DIR"
This commit is contained in:
commit
f5b2a5feb7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ var (
|
|||
bindgenClangVersion = "clang-r383902c"
|
||||
|
||||
//TODO(b/160803703) Use a prebuilt bindgen instead of the built bindgen.
|
||||
_ = pctx.SourcePathVariable("bindgenCmd", "out/host/${config.HostPrebuiltTag}/bin/bindgen")
|
||||
_ = pctx.HostBinToolVariable("bindgenCmd", "bindgen")
|
||||
_ = pctx.SourcePathVariable("bindgenClang",
|
||||
"${cc_config.ClangBase}/${config.HostPrebuiltTag}/"+bindgenClangVersion+"/bin/clang")
|
||||
_ = pctx.SourcePathVariable("bindgenLibClang",
|
||||
|
|
Loading…
Reference in a new issue