Sign in
android
/
platform
/
build
/
kati
/
731661fdaa6caece5cd63fe26b176db6a532fe8b
/
.
/
testcase
/
ifdef_ret_in_arg.mk
blob: 91d5fcaa26ff76b59d13e369f2a6e0337c93bc02 [
file
] [
log
] [
blame
]
define x
a
b
endef
$
(
x
):=
PASS
ifdef $
(
x
)
$
(
info $
(
$
(
x
)))
endif