From 4226d0620dd6142e4361090ada20c32b001c2a4f Mon Sep 17 00:00:00 2001 From: zhoujie223 Date: Wed, 20 Dec 2023 21:46:38 +0800 Subject: [PATCH] =?UTF-8?q?XIssueNo:OH=20TDD=E5=87=86=E5=87=BA=EF=BC=8C?= =?UTF-8?q?=E5=B1=8F=E8=94=BDril=5Fadapter=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Description:OH TDD准出,屏蔽ril_adapter用例 Sig:Sol_Enhanced_Telephony Feature or Bugfix:Bugfix Binary Source:No Signed-off-by: zhoujie223 --- test/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/test/BUILD.gn b/test/BUILD.gn index ead8c563..ad639c6d 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -16,6 +16,5 @@ import("//build/test.gni") group("unittest") { testonly = true deps = [] - deps += [ "unittest/ril_adapter_gtest:tel_ril_adapter_gtest" ] deps += [ "unittest:ril_adapter_test" ] }