12 lines
319 B
Plaintext
12 lines
319 B
Plaintext
|
|
import("//build/third_party/PY_BRIDGE.gni")
|
||
|
|
|
||
|
|
gnstate = [ rebase_path("$root_out_dir/base/bin/tinysh", root_build_dir) ] +
|
||
|
|
py_bridging_args
|
||
|
|
|
||
|
|
action("tinysh") {
|
||
|
|
script = "//build/third_party/tinysh/package.py"
|
||
|
|
outputs = [ "$root_out_dir/base/bin/tinysh" ]
|
||
|
|
args = gnstate
|
||
|
|
deps = [ "//libs/libc:libc" ]
|
||
|
|
}
|