mirror of
https://gitee.com/openharmony/security_asset
synced 2024-11-23 15:59:42 +00:00
change deps to external_deps
Signed-off-by: wind <youziting@huawei.com>
This commit is contained in:
parent
1f31479a72
commit
83469a077b
@ -46,7 +46,7 @@ ohos_rust_unittest("asset_db_operator_test") {
|
||||
|
||||
ohos_static_library("asset_sqlite3_wrapper") {
|
||||
sources = [ "src/sqlite3_wrapper.c" ]
|
||||
deps = [ "//third_party/sqlite:sqlite" ]
|
||||
external_deps = [ "sqlite:sqlite" ]
|
||||
subsystem_name = "security"
|
||||
part_name = "asset"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user