mirror of
https://github.com/openharmony/security_deviceauth.git
synced 2026-07-19 23:43:36 -04:00
!211 部件化整改,修改帐号部件名,去除_standard后缀
Merge pull request !211 from 张阿龙/master
This commit is contained in:
+1
-1
@@ -164,7 +164,7 @@ if (os_level == "mini" || os_level == "small") {
|
||||
"utils_base:utils",
|
||||
]
|
||||
if (support_jsapi) {
|
||||
external_deps += [ "os_account_standard:os_account_innerkits" ]
|
||||
external_deps += [ "os_account:os_account_innerkits" ]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -76,6 +76,6 @@ ohos_unittest("deviceauth_llt") {
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
]
|
||||
if (support_jsapi) {
|
||||
external_deps += [ "os_account_standard:os_account_innerkits" ]
|
||||
external_deps += [ "os_account:os_account_innerkits" ]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user