Skip to content

Commit

Permalink
Remove android API 26 bump for validation layers (#45468)
Browse files Browse the repository at this point in the history
not necessary after: #45350

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
  • Loading branch information
gaaclarke authored Sep 6, 2023
1 parent bc3b855 commit f811f81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/gn
Original file line number Diff line number Diff line change
Expand Up @@ -650,8 +650,6 @@ def to_gn_args(args):
runtime_mode == 'debug' and
gn_args['target_cpu'] == 'arm64'):
gn_args['enable_vulkan_validation_layers'] = True
if args.target_os == 'android':
gn_args['android_api_level'] = 26

# Enable pointer compression on 64-bit mobile targets. iOS is excluded due to
# its inability to allocate address space without allocating memory.
Expand Down

0 comments on commit f811f81

Please sign in to comment.