Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
2a85e13c74239d2a0d0c47a37f10a4c9739fa5e6
/
.
/
examples
/
android
/
android_link_hack.c
blob: 299e7bdd159a2df502cef73f39ce2ea9f1f8ee2e [
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
();
}