Home | History | Annotate | Download | only in jni
      1 /* DO NOT EDIT THIS FILE - it is machine generated */
      2 #include <jni.h>
      3 /* Header for class com_android_tools_aapt2_Aapt2Jni */
      4 
      5 #ifndef _Included_com_android_tools_aapt2_Aapt2Jni
      6 #define _Included_com_android_tools_aapt2_Aapt2Jni
      7 #ifdef __cplusplus
      8 extern "C" {
      9 #endif
     10 /*
     11  * Class:     com_android_tools_aapt2_Aapt2Jni
     12  * Method:    ping
     13  * Signature: ()V
     14  */
     15 JNIEXPORT void JNICALL Java_com_android_tools_aapt2_Aapt2Jni_ping
     16   (JNIEnv *, jclass);
     17 
     18 /*
     19  * Class:     com_android_tools_aapt2_Aapt2Jni
     20  * Method:    nativeCompile
     21  * Signature: (Ljava/util/List;Lcom/android/tools/aapt2/Aapt2JniDiagnostics;)I
     22  */
     23 JNIEXPORT jint JNICALL Java_com_android_tools_aapt2_Aapt2Jni_nativeCompile(JNIEnv*, jclass, jobject,
     24                                                                            jobject);
     25 
     26 /*
     27  * Class:     com_android_tools_aapt2_Aapt2Jni
     28  * Method:    nativeLink
     29  * Signature: (Ljava/util/List;Lcom/android/tools/aapt2/Aapt2JniDiagnostics;)I
     30  */
     31 JNIEXPORT jint JNICALL Java_com_android_tools_aapt2_Aapt2Jni_nativeLink(JNIEnv*, jclass, jobject,
     32                                                                         jobject);
     33 
     34 #ifdef __cplusplus
     35 }
     36 #endif
     37 #endif
     38