upload android base code part3
This commit is contained in:
parent
71b83c22f1
commit
b9e30e05b1
15122 changed files with 2089659 additions and 0 deletions
21
android/build/kati/testcase/empty_line_in_define.mk
Normal file
21
android/build/kati/testcase/empty_line_in_define.mk
Normal file
|
@ -0,0 +1,21 @@
|
|||
define foo
|
||||
echo foo
|
||||
|
||||
endef
|
||||
|
||||
define bar
|
||||
|
||||
echo bar
|
||||
|
||||
endef
|
||||
|
||||
define baz
|
||||
echo baz
|
||||
|
||||
echo baz
|
||||
endef
|
||||
|
||||
test:
|
||||
$(foo) $(foo)
|
||||
$(bar) $(bar)
|
||||
$(baz) $(baz)
|
Loading…
Add table
Add a link
Reference in a new issue