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