Skip to content

Commit

Permalink
Removed bump to api 26 for validation layers.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke committed Sep 5, 2023
1 parent ca513c9 commit b3f033c
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 @@ -648,8 +648,6 @@ def to_gn_args(args):

if enable_vulkan_validation:
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 b3f033c

Please sign in to comment.