| Index: third_party/boringssl/BUILD.gn
|
| diff --git a/third_party/boringssl/BUILD.gn b/third_party/boringssl/BUILD.gn
|
| index c0c556532a8060b7d13b2edbbd676f58b27dd1c1..7de949bba8721083bf57fbaa2cf21ddd53045dd6 100644
|
| --- a/third_party/boringssl/BUILD.gn
|
| +++ b/third_party/boringssl/BUILD.gn
|
| @@ -74,6 +74,7 @@ component("boringssl") {
|
| if (is_android) {
|
| rebased_android_toolchain_root =
|
| rebase_path(android_toolchain_root, root_build_dir)
|
| +
|
| # Else /usr/bin/as gets picked up.
|
| asmflags += [ "-B${rebased_android_toolchain_root}/bin" ]
|
| }
|
|
|