From c3660f3e413da69cfc75c5ed98a21732e18abef8 Mon Sep 17 00:00:00 2001 From: gaoxi Date: Tue, 26 Apr 2022 10:56:10 +0800 Subject: [PATCH] xts update Signed-off-by: gaoxi --- account/osaccount/BUILD.gn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/account/osaccount/BUILD.gn b/account/osaccount/BUILD.gn index 5a662e4c8..eba8136d0 100644 --- a/account/osaccount/BUILD.gn +++ b/account/osaccount/BUILD.gn @@ -16,8 +16,6 @@ import("//test/xts/tools/build/suite.gni") group("osaccount_hap") { testonly = true if (is_standard_system) { - deps = [ - "actsosaccountthirdpartytest:ActsOsAccountThirdPartyTest", - ] + deps = [ "actsosaccountthirdpartytest:ActsOsAccountThirdPartyTest" ] } } -- GitLab