| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index 234332b8547e95b0185e9bc4bcaaf1c1bfedcf63..6b420acd7c9832e7b6fbae916585fdfe8134fbd9 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -387,6 +387,11 @@ if (is_linux) {
|
| _native_compiler_configs += [ "//build/config/android:sdk" ]
|
| }
|
|
|
| +if (is_android) {
|
| + _native_compiler_configs +=
|
| + [ "//build/config/android:default_finstrument_functions" ]
|
| +}
|
| +
|
| if (is_clang && !is_nacl) {
|
| _native_compiler_configs += [
|
| "//build/config/clang:find_bad_constructs",
|
|
|