Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
be82ff8bd6f152cdbbfc9d07ea2e8f5f7973fa9f
/
.
/
examples
/
android
/
android_link_hack.c
blob: 01a2a6413166a06545049776e1de9115ac6503f4 [
file
] [
log
] [
blame
]
// https://github.com/bazelbuild/rules_rust/issues/1271
extern
void
android_link_hack
(
void
);
void
call_link_hack
(
void
)
{
android_link_hack
();
}