change napi build config.

Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I65257b75a0a685e510eab13f610daff5c934f529
This commit is contained in:
yudechen
2022-04-26 14:17:43 +08:00
parent 6c3aa790d8
commit ef4593f4df
+1 -1
View File
@@ -148,7 +148,7 @@ group("syscap_codec") {
":syscap_interface_shared",
":syscap_tool_shared",
]
if (support_jsapi) {
if (support_jsapi && is_standard_system) {
deps += [ "napi:systemcapability" ]
}
}