am a1127d76: am 8e938888: am a77377be: Merge "Annotate JNICALL with __NDK_FPABI__"

* commit 'a1127d76f4e06ddf0d56f711d9c401a52ae3eb47':
  Annotate JNICALL with __NDK_FPABI__
This commit is contained in:
Andrew Hsieh
2014-01-09 21:36:44 +00:00
committed by Android Git Automerger

View File

@@ -1138,7 +1138,7 @@ jint JNI_GetCreatedJavaVMs(JavaVM**, jsize, jsize*);
#define JNIIMPORT #define JNIIMPORT
#define JNIEXPORT __attribute__ ((visibility ("default"))) #define JNIEXPORT __attribute__ ((visibility ("default")))
#define JNICALL #define JNICALL __NDK_FPABI__
/* /*
* Prototypes for functions exported by loadable shared libs. These are * Prototypes for functions exported by loadable shared libs. These are