xref
: /
development
/
vndk
/
tools
/
sourcedr
/
ninja
/
tests
/
testdata
/
rule.ninja
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
rule cc
2
command = gcc -c -o $outs $ins
3
4
rule ld
5
command = gcc -o $outs $ins
6