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