arkcompiler_ets_runtime/ohos.build
wengchangcheng e0b5422f50 enable run ark unittest and use dynamic link
Signed-off-by: wengchangcheng <wengchangcheng@huawei.com>
Change-Id: I6e8e5165b5a4087c6fba45ed4eb11d5c1a5e4000
2021-09-28 10:30:21 +08:00

19 lines
314 B
Plaintext

{
"subsystem": "ark",
"parts": {
"ark_js_runtime": {
"variants": [
"phone"
],
"module_list": [
"//ark/js_runtime:ark_js_packages"
],
"inner_kits": [],
"system_kits": [],
"test_list": [
"//ark/js_runtime:ark_js_unittest"
]
}
}
}