Commit c2e43c5c authored by jbudorick's avatar jbudorick Committed by Commit bot

[Android] Make tools/android/forwarder build with the current toolchain.

BUG=604468

Review URL: https://codereview.chromium.org/1915293005

Cr-Commit-Position: refs/heads/master@{#389812}
parent 05189372
...@@ -4,21 +4,14 @@ ...@@ -4,21 +4,14 @@
import("//build/symlink.gni") import("//build/symlink.gni")
if (current_toolchain == host_toolchain) { # GYP: //tools/android/forwarder/forwarder.gyp:forwarder
# GYP: //tools/android/forwarder/forwarder.gyp:forwarder executable("forwarder") {
executable("forwarder") { sources = [
sources = [ "forwarder.cc",
"forwarder.cc", ]
] deps = [
deps = [ "//base",
"//base", "//build/config/sanitizers:deps",
"//build/config/sanitizers:deps", "//tools/android/common",
"//tools/android/common", ]
]
}
} else {
# Create a symlink from root_build_dir -> clang_x64/forwarder.
binary_symlink("forwarder") {
binary_label = ":$target_name($host_toolchain)"
}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment