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