From c317253fe8de84be940db9d679a401e128003879 Mon Sep 17 00:00:00 2001 From: Gymee Date: Tue, 28 Dec 2021 20:24:32 +0800 Subject: [PATCH] change configs to public_configs Signed-off-by: Gymee Change-Id: I16b3271f602f41430ca4a85186d36c9df59518f6 --- interfaces/innerkits/core/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/innerkits/core/BUILD.gn b/interfaces/innerkits/core/BUILD.gn index 14a4cd67..55019986 100755 --- a/interfaces/innerkits/core/BUILD.gn +++ b/interfaces/innerkits/core/BUILD.gn @@ -42,7 +42,7 @@ ohos_shared_library("distributed_device_profile_client") { "src/profile_event_notifier_stub.cpp", ] - configs = [ ":distributed_device_profile_client_config" ] + public_configs = [ ":distributed_device_profile_client_config" ] deps = [ "//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk", -- Gitee