规范弹性部署开关名称

Signed-off-by: 谢凯明 <xiekaiming2@huawei.com>
This commit is contained in:
谢凯明
2024-06-21 01:17:56 +00:00
committed by xiekaiming
parent 91c13f05ca
commit 1d144e8a86
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
import("./config_policy.gni")
group("config_policy_components") {
if (os_level == "standard" && support_config_policy_napi && support_jsapi) {
if (os_level == "standard" && config_policy_api_support && support_jsapi) {
deps = [
"./frameworks/config_policy:configpolicy_util",
"./interfaces/kits/cj:cj_config_policy_ffi",
+2 -2
View File
@@ -15,6 +15,6 @@ declare_args() {
# if fs has prefix before OH path, set it here
config_policy_fs_prefix = ""
# Whether support napi so
support_config_policy_napi = true
# Whether support api so
config_policy_api_support = true
}