mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Revert "Turn compressed pointers on for Android 64 bit architectures. (#28388)" (flutter/engine#28405)
This commit is contained in:
parent
2b3e5b85d0
commit
fb2fe21c52
@ -380,10 +380,6 @@ def to_gn_args(args):
|
||||
# on Android.
|
||||
gn_args['bssl_use_clang_integrated_as'] = True
|
||||
|
||||
# Enable pointer compression on 64-bit mobile targets.
|
||||
if args.target_os in ['android'] and gn_args['target_cpu'] in ['x64' , 'arm64']:
|
||||
gn_args['dart_use_compressed_pointers'] = True
|
||||
|
||||
return gn_args
|
||||
|
||||
def parse_args(args):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user