Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
1d0fe8a19c8bb50f20556e63b99d2e5290c2e4e9
/
.
/
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
();
}