From c3953467c3cd92c3f9e76150eabda8ec611fa161 Mon Sep 17 00:00:00 2001 From: PaDaBoo Date: Sat, 23 Jul 2022 17:02:33 +0800 Subject: [PATCH] build:appdatamgr split to four code warehouse: relational_store,data_share,preferences,kv_store Signed-off-by: PaDaBoo --- services/BUILD.gn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 8f2d6ce..74639bc 100755 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -12,8 +12,7 @@ # limitations under the License. import("//base/miscservices/time/time.gni") -import( - "//foundation/distributeddatamgr/relational_store/relational_store.gni") +import("//foundation/distributeddatamgr/relational_store/relational_store.gni") config("time_service_config") { visibility = [ ":*" ]