Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
4d399f5ee60728737d8f1a60f2da198364b2c87c
/
.
/
examples
/
android
/
android_link_hack.c
blob: 299e7bdd159a2df502cef73f39ce2ea9f1f8ee2e [
file
]
// https://github.com/bazelbuild/rules_rust/issues/1271
extern
void
android_link_hack
(
void
);
void
call_link_hack
(
void
)
{
android_link_hack
();
}