mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-27 12:10:47 +00:00
e0b5422f50
Signed-off-by: wengchangcheng <wengchangcheng@huawei.com> Change-Id: I6e8e5165b5a4087c6fba45ed4eb11d5c1a5e4000
19 lines
314 B
Plaintext
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"
|
|
]
|
|
}
|
|
}
|
|
}
|