From d5ca04fac337b0fa189842c3b055f0ed9cd27f19 Mon Sep 17 00:00:00 2001 From: bigtea Date: Thu, 5 Jun 2025 09:42:56 +0800 Subject: [PATCH] Change token_sync_service distributed to false Signed-off-by: bigtea --- frameworks/common/BUILD.gn | 2 +- services/common/dfx/test/unittest/dfx_test.cpp | 2 +- services/tokensyncmanager/sa_profile/3504.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frameworks/common/BUILD.gn b/frameworks/common/BUILD.gn index 30c9f2b95..41fcfa310 100644 --- a/frameworks/common/BUILD.gn +++ b/frameworks/common/BUILD.gn @@ -30,7 +30,7 @@ action("permission_definition_check") { ] inputs = [ rebase_path("${access_token_path}") + "/services/accesstokenmanager/permission_definitions.json" ] - outputs = [ "$target_out_dir" ] + outputs = [ "$target_out_dir/permission_definition_check.stamp" ] } action("permission_definition_parse") { diff --git a/services/common/dfx/test/unittest/dfx_test.cpp b/services/common/dfx/test/unittest/dfx_test.cpp index 856fd8b55..7cd2345fd 100644 --- a/services/common/dfx/test/unittest/dfx_test.cpp +++ b/services/common/dfx/test/unittest/dfx_test.cpp @@ -16,7 +16,7 @@ #include #include "data_usage_dfx.h" #include -#include +#include using namespace testing::ext; diff --git a/services/tokensyncmanager/sa_profile/3504.json b/services/tokensyncmanager/sa_profile/3504.json index ca2f85fcf..f4bb73791 100644 --- a/services/tokensyncmanager/sa_profile/3504.json +++ b/services/tokensyncmanager/sa_profile/3504.json @@ -5,7 +5,7 @@ "name": 3504, "libpath": "libtoken_sync_manager_service.z.so", "run-on-create": false, - "distributed": true, + "distributed": false, "dump-level": 1, "start-on-demand": { "deviceonline": [ -- Gitee