• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1//
2// This file is a placeholder. It was generated by //third_party/jni_zero/jni_zero.py
3// Contains placeholder methods specific to library targets. The real class
4// is generated on a per-apk basis.
5//
6
7package org.jni_zero;
8
9public class GEN_JNI {
10
11  public static native int org_jni_1zero_SampleUniqueAnnotations_bar(int x, int y);
12  public static native void org_jni_1zero_SampleUniqueAnnotations_baz(Object handle);
13  public static native void org_jni_1zero_SampleUniqueAnnotations_foo(long nativePtr, Object arg);
14}
15