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

Commit 18caed2

Browse files
committed
Removed bump to api 26 for validation layers.
1 parent e3396e6 commit 18caed2

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
@@ -648,8 +648,6 @@ def to_gn_args(args):
648648

649649
if enable_vulkan_validation:
650650
gn_args['enable_vulkan_validation_layers'] = True
651-
if args.target_os == 'android':
652-
gn_args['android_api_level'] = 26
653651

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

0 commit comments

Comments
 (0)