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