| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index 85660319933ac90381c01a72aa700b35565d5496..2ff1f8c4d62c3bf4880df18f3b54d2b5a0e2e59f 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -388,6 +388,11 @@ if (is_linux) {
|
| _native_compiler_configs += [ "//build/config/android:sdk" ]
|
| }
|
|
|
| +if (is_android) {
|
| + _native_compiler_configs +=
|
| + [ "//build/config/android:default_cygprofile_instrumentation" ]
|
| +}
|
| +
|
| if (is_clang && !is_nacl) {
|
| _native_compiler_configs += [
|
| "//build/config/clang:find_bad_constructs",
|
|
|