Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
1832faa3f1058a27e8b6dd97f45162abe57e2bd6
/
.
/
examples
/
android
/
JniShim.java
blob: 801c6d78fc61b4fc2ad9cd449e7156d2f0af932b [
file
]
package
com
.
example
.
androidapp
;
public
class
JniShim
{
public
static
native
int
getValue
();
}