Sign in
android
/
platform
/
build
/
kati
/
e6f6858860e28b4336ae5d64d42b5080a6fbe4c1
/
.
/
testcase
/
realpath.mk
blob: 8afb791abd4e9e17d0e154e97201f8836010e10e [
file
] [
log
] [
blame
]
foo
=
$
(
realpath
./
foo
)
bar
=
$
(
realpath
./
bar
)
test
:
foo
echo $
(
foo
)
echo $
(
bar
)
foo
:
touch foo