Sign in
android
/
toolchain
/
rustc
/
32f7835b4f844d645621e83c89a3178ef87b0d69
/
.
/
src
/
test
/
run-make-fulldeps
/
alloc-extern-crates
/
Makefile
blob: 63f34594453690ad4fa323ad78a7bea5d21c49f1 [
file
] [
log
] [
blame
]
-
include
../
tools
.
mk
all
:
$
(
RUSTC
)
fakealloc
.
rs
$
(
RUSTC
)
--
edition
=
2018
--
crate
-
type
=
rlib
../../../../
library
/
alloc
/
src
/
lib
.
rs
--
cfg feature
=
\"external_crate\"
--
extern external
=
$
(
TMPDIR
)/
$
(
shell $
(
RUSTC
)
--
print file
-
names fakealloc
.
rs
)