commit | b05e7c1985bf13a31f79e3bda136471321503aa4 | [log] [tgz] |
---|---|---|
author | Andrew Hsieh <andrewhsieh@google.com> | Wed Dec 04 11:55:17 2013 +0800 |
committer | Andrew Hsieh <andrewhsieh@google.com> | Wed Dec 04 11:55:17 2013 +0800 |
tree | f415ee420b92e52ee298255909a8971c8c4209fc | |
parent | 2a571fda2b836343cf9884f33fc9765084af21c6 [diff] |
Annotate JNICALL with __NDK_FPABI__ In armeabi-v7a, VM still expects JNI functions to follow soft-abi. Annotate it with __NDK_FPABI__ so compiler follows soft-abi in JNI functions regardless the presence of -mhard-float in command-line. It's up to developer to apply JNICALL consistently on JNI functions, ie. those functions whose first arg has type "JNIEnv*" is likely to be Change-Id: Ica7cca8ab9498ce00de6ffc7fff35f8cc13aedbf