update interfaces/innerkits/BUILD.gn.

Signed-off-by: moooon <muhe1@huawei.com>
This commit is contained in:
moooon 2024-03-25 08:42:12 +00:00 committed by Gitee
parent f0ec3f337f
commit d040035a4c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -19,7 +19,6 @@ config("bgtaskmgr_innerkits_public_config") {
"include",
"${bgtaskmgr_frameworks_path}/common/include",
"${bgtaskmgr_frameworks_path}/include",
"//third_party/json/single_include",
]
}
@ -60,6 +59,10 @@ ohos_shared_library("bgtaskmgr_innerkits") {
"samgr:samgr_proxy",
]
public_external_deps = [
"json:nlohmann_json_static",
]
subsystem_name = "resourceschedule"
part_name = "background_task_mgr"
innerapi_tags = [ "platformsdk" ]