James Farrell
James Farrell
Not all shells support =~. Android, for example, uses mksh, which does not. Change is from suggestion at http://www.mirbsd.org/mksh-faq.htm#regex-comparison
For example, `/*media_status_t status =*/ AMidiDevice_release(sNativeReceiveDevice);` Also changes introduced in https://github.com/android/ndk-samples/pull/866
### Description From Marijn at Traverse Research: It looks like the NDK switched to Python 3 in r25, but one of the scripts still references unicode and fails on ndk-gdb...
This is the latest version. Now that the cc crate has been successfully upgraded, we should upgrade cmake as well, as v0.1.48 is now over 2 years old. cmake v1.0.49...