blob: 854cacd16e0db182c964c431b9d53b29dc082778 [file] [log] [blame]
Adam Snaider1c095c92023-07-08 02:09:58 -04001package com.example.androidapp;
2
3public class JniShim {
4 public static native int getValue();
5}