mirror of
https://github.com/openharmony/customization_config_policy.git
synced 2026-06-30 22:08:18 -04:00
@@ -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
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user