From b203b8de48eb121aa1929a6053771305169cc7ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B5=E4=BF=8A=E6=9D=B0?= Date: Tue, 2 Sep 2025 11:51:26 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9player=5Fframework=20ut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 邵俊杰 --- test/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/test/BUILD.gn b/test/BUILD.gn index 4585469a5..558c900bc 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -27,7 +27,6 @@ group("media_unit_test") { "../frameworks/native/system_sound_manager/unittest/sound_manager_test:system_sound_manager_unit_test", "../frameworks/native/system_sound_manager/unittest/tone_player_test:system_tone_player_unit_test", "../frameworks/native/transcoder/test/unittest:transcoder_unit_test", - "../frameworks/native/video_editor/test/unittest:video_editor_unit_test", "unittest/audio_background_adapter_test:audio_background_adapter_unit_test", "unittest/audio_haptic_test:audio_haptic_player_impl_unit_test", "unittest/audio_haptic_test:audio_haptic_sound_low_latency_impl_unit_test", -- Gitee