Chromium Code Reviews| Index: third_party/boringssl/boringssl_configurations.gypi |
| diff --git a/third_party/boringssl/boringssl_configurations.gypi b/third_party/boringssl/boringssl_configurations.gypi |
| index 0a82431708061d17cd292f9f67c70756389a840d..b963505bc12aff180e9821624e82d6aa95745f77 100644 |
| --- a/third_party/boringssl/boringssl_configurations.gypi |
| +++ b/third_party/boringssl/boringssl_configurations.gypi |
| @@ -87,6 +87,13 @@ |
| 'OPENSSL_NO_ASM', |
| ], |
| }, |
| + # Android 64-bit dbc build is for arm64, disable temporarily as well. |
| + 'Dart_Android_arm64_Base': { |
| + 'abstract': 1, |
| + 'defines': [ |
| + 'OPENSSL_NO_ASM', |
| + ], |
| + }, |
| # When being built for Android nss expects __linux__ to be defined. |
| 'Dart_Android_Base': { |
| 'target_conditions': [ |