-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ndk version up problem #10323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
O-android
Operating system: Android
Comments
Is compatibility with old versions of the NDK useful? |
I think it is not useful. |
+1 for removing it, we'll need the android buildbot updated though |
Merged
bors
added a commit
that referenced
this issue
Nov 7, 2013
update for ndk r9b (#10323) ```` Android NDK, Revision 9b (October 2013) Important changes: Updated include/android/*h and math.h for all Android API levels up to 18, including the addition of levels 13, 15, 16 and 17. For information on added APIs, see commit messages for Changes 68012 and 68014. (Issues 47150, 58528, and 38423) ```` https://android-review.googlesource.com/#/c/68014/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i found diffrent thing in ndk r9b.
until ndk ~r9, function tgammaf is not defined at math.h.
so rust has fake tgammaf function in src/rt/rust_android_dummy.cpp
now, ndk r9b has tgammaf that is defined at sysroot/usr/include/math.h.(android-18)
so, it causes complie problem
i tried to find prefer solution, but i cannot found best solution yet.(i think deleteing our tgammaf causes compatibility problem in order version of ndk)
The text was updated successfully, but these errors were encountered: