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