mirror of
https://github.com/openharmony/ark_js_runtime.git
synced 2026-08-27 20:40:01 -04:00
Temporary set stub output to out.
Test for build cache. Signed-off-by: ding <dingding5@huawei.com> Change-Id: Ia0da21e6eb9a16abae8ace969ca507c513aa4efe
This commit is contained in:
@@ -240,7 +240,7 @@ if (!defined(ark_independent_build)) {
|
||||
deps =
|
||||
[ "$js_root/ecmascript/compiler:ark_stub_compiler(${host_toolchain})" ]
|
||||
|
||||
stub_file_gen_dir = "$root_gen_dir/ark/js_runtime"
|
||||
stub_file_gen_dir = "$root_out_dir/../.."
|
||||
|
||||
stub_option = " --com-stub-out=" + rebase_path(stub_file_gen_dir) +
|
||||
"/com_stub.m --bc-stub-out=" +
|
||||
@@ -276,6 +276,6 @@ if (!defined(ark_independent_build)) {
|
||||
}
|
||||
|
||||
config("gen_stub_file_dir_config") {
|
||||
stub_file_gen_dir = rebase_path(root_gen_dir) + "/ark/js_runtime"
|
||||
stub_file_gen_dir = rebase_path("//out")
|
||||
defines = [ "STUB_FILE_GEN_DIR=\"${stub_file_gen_dir}/\"" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user