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