mirror of
https://gitee.com/openharmony/resourceschedule_background_task_mgr
synced 2024-11-23 15:00:03 +00:00
update interfaces/innerkits/BUILD.gn.
Signed-off-by: moooon <muhe1@huawei.com>
This commit is contained in:
parent
f0ec3f337f
commit
d040035a4c
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user