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