Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f811f81

Browse files
authored
Remove android API 26 bump for validation layers (#45468)
not necessary after: #45350 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent bc3b855 commit f811f81

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tools/gn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,6 @@ def to_gn_args(args):
650650
runtime_mode == 'debug' and
651651
gn_args['target_cpu'] == 'arm64'):
652652
gn_args['enable_vulkan_validation_layers'] = True
653-
if args.target_os == 'android':
654-
gn_args['android_api_level'] = 26
655653

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

0 commit comments

Comments
 (0)