Skip to content

Commit

Permalink
Add comment on arm64_apilevel26 Android GN toolchain (#761)
Browse files Browse the repository at this point in the history
Should have had this in #759.
  • Loading branch information
zanderso authored Sep 5, 2023
1 parent 9a7947c commit e6f6fba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/toolchain/android/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ android_gcc_toolchains_helper("arm64") {
toolchain_cpu = "aarch64"
}

# This toolchain should only be used to build the target
# //third_party/vulkan_validation_layers. This is because vulkan validation
# layers requires API level >= 26, but Flutter officially supports down to API
# level 22, which is the default value of the android_api_level argument.
android_gcc_toolchains_helper("arm64_apilevel26") {
android_ndk_lib_dir = arm64_android_lib

Expand Down

0 comments on commit e6f6fba

Please sign in to comment.