Skip to content

Commit 604e3db

Browse files
maybe this was it
1 parent eef7fdc commit 604e3db

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ def configure(
176176
'--gn-args', 'dart_platform_sdk=false',
177177
'--gn-args', 'is_desktop_linux=false',
178178
'--gn-args', 'use_default_linux_sysroot=false',
179-
'--gn-args', 'dart_support_perfetto=false',
180179
'--gn-args', 'skia_use_perfetto=false',
181180
'--gn-args', f'custom_sysroot="{sysroot}"',
182181
'--gn-args', 'is_termux=true',

test_build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def test_configure_uses_configured_api_and_termux_stub_includes(self, run):
4545

4646
self.assertIn('termux_api_level=29', gn_args)
4747
self.assertIn('extra_ldflags=["-lEGL", "-lGLESv2", "-llog"]', gn_args)
48+
self.assertNotIn('dart_support_perfetto=false', gn_args)
4849
self.assertIn(
4950
f'extra_cflags=["{vulkan}", "-I{stubs}", "-D__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__"]',
5051
gn_args,

0 commit comments

Comments
 (0)