I figured out why I mistakenly believed that signal was not defined. android.ndk.platformVersion doesn't seem to be respected anymore. I can't figure out how to get gradle to not use the Android-9 platform.
Did the DSL change? On Friday, March 11, 2016 at 12:04:51 AM UTC-8, Philippe Simons wrote: > > It was clearly stated in the README.md > > GCC as been deprecated in favor of Clang. > GCC 4.8 has been removed. > GCC 4.9 will only get critical fix backports > no GCC 5.0 > > you need android-ndk-r10e > > http://dl.google.com/android/repository/android-ndk-r10e-linux-x86_64.zip > http://dl.google.com/android/repository/android-ndk-r10e-darwin-x86_64.zip > http://dl.google.com/android/repository/android-ndk-r10e-windows-x86_64.zip > http://dl.google.com/android/repository/android-ndk-r10e-windows-x86.zip > > On Thu, Mar 10, 2016 at 10:50 PM, Steven Winston <[email protected] > <javascript:>> wrote: > >> I didn't see anything in the release notes, but the AS ndk update deletes >> the 4.8 compiler and libraries. Also 4.9 doesn't have bsd_signal in the >> libc defined so doesn't link on any code that uses signal.h. >> If one downloads the ndk independently of AS 4.8 is still there. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "adt-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
