| Index: build/config/android/config.gni
|
| diff --git a/build/config/android/config.gni b/build/config/android/config.gni
|
| index 946f37f9539ff0130645da73b37400f821246132..191719e4b8f7b95e0b98c16418eadb7ff042bc9c 100644
|
| --- a/build/config/android/config.gni
|
| +++ b/build/config/android/config.gni
|
| @@ -196,6 +196,7 @@ if (is_android) {
|
|
|
| # Subdirectories inside android_ndk_root that contain the sysroot for the
|
| # associated platform.
|
| + # If you raise this, reevaluate the snprintf=snprintf in ./BUILD.gn.
|
| _android_api_level = 16
|
| x86_android_sysroot_subdir =
|
| "platforms/android-${_android_api_level}/arch-x86"
|
| @@ -203,6 +204,8 @@ if (is_android) {
|
| "platforms/android-${_android_api_level}/arch-arm"
|
| mips_android_sysroot_subdir =
|
| "platforms/android-${_android_api_level}/arch-mips"
|
| +
|
| + # If you raise this, reevaluate the snprintf=snprintf in ./BUILD.gn.
|
| _android64_api_level = 21
|
| x86_64_android_sysroot_subdir =
|
| "platforms/android-${_android64_api_level}/arch-x86_64"
|
|
|