From d0f830b34105677be967aaacd625cb8b2422603c Mon Sep 17 00:00:00 2001 From: Aaron Clarke Date: Tue, 5 Sep 2023 15:30:57 -0700 Subject: [PATCH] Removed bump to api 26 for validation layers. --- tools/gn | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/gn b/tools/gn index 3bac2e7219685..c80590bd67d60 100755 --- a/tools/gn +++ b/tools/gn @@ -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.