| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index 350d880de1ffa69d538940b4fc271e17ff728bc4..6e30893c001f6b81c1c4d05bbb4d2393b589c920 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -328,6 +328,8 @@ if (is_win) {
|
| native_compiler_configs += [ "//build/config/mac:sdk", ]
|
| } else if (is_ios) {
|
| native_compiler_configs += [ "//build/config/ios:sdk", ]
|
| +} else if (is_android) {
|
| + native_compiler_configs += [ "//build/config/android:sdk", ]
|
| }
|
| if (is_clang) {
|
| native_compiler_configs += [ "//build/config/clang:find_bad_constructs" ]
|
|
|