blob: 854cacd16e0db182c964c431b9d53b29dc082778 [file]
package com.example.androidapp;
public class JniShim {
public static native int getValue();
}