From 3b95a7da327c41b1699141e92ec931f2ccac33c0 Mon Sep 17 00:00:00 2001 From: changzheng6 Date: Tue, 10 May 2022 20:02:34 +0800 Subject: [PATCH] modify bms part Signed-off-by: changzheng6 --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 0994dcc9..08597403 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -22,7 +22,7 @@ group("bms_target") { "interfaces/kits/native/bundle:bundle_ndk", "sa_profile:appexecfwk_sa_profile", "services/bundlemgr:bms_target", - "tools/zip:tools_zip" + "tools/zip:tools_zip", ] } @@ -36,6 +36,6 @@ group("test_target") { "test/fuzztest:fuzztest", "test/resource/bmssystemtestability/abilitySrc:bms_system_test_app", "test/systemtest/common/bms:systemtest_bms", - "tools/zip/test:unittest" + "tools/zip/test:unittest", ] }