From c8615aafd4ce9191c656ed98af7d697069b8a1ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A8=8A=E6=99=AF=E4=B9=90?= Date: Mon, 9 Jun 2025 17:06:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=B3=E9=97=AD=E6=96=B0=E6=B2=99?= =?UTF-8?q?=E7=9B=92=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 樊景乐 --- appspawn.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appspawn.gni b/appspawn.gni index 3ae081e4..87b41df9 100644 --- a/appspawn.gni +++ b/appspawn.gni @@ -26,7 +26,7 @@ declare_args() { appspawn_support_native = true appspawn_report_event = true appspawn_test_cmd = false - appspawn_sandbox_new = true + appspawn_sandbox_new = false appspawn_use_encaps = false enable_appspawn_dump_catcher = true appspawn_unittest_coverage = false -- Gitee