Sign in
android
/
platform
/
build
/
kati
/
731661fdaa6caece5cd63fe26b176db6a532fe8b
/
.
/
testcase
/
not_command_with_tab.mk
blob: f71f6fa50da0fa6ca895f4d5fb2db7374e425003 [
file
] [
log
] [
blame
]
test
:
foo bar
empty
:=
$
(
empty
)
export A
=
PASS_A\
with_space
foo
:
echo $$A
rule
:=
bar
:
$
(
rule
)
export B
=
PASS_B
;
echo $$
{
B
}
\
without_space