[Development] Raising the minimum Android NDK version

Thiago Macieira thiago.macieira at intel.com
Mon Jul 30 05:56:10 CEST 2018


On Sunday, 29 July 2018 12:18:38 PDT BogDan Vatra via Development wrote:
> For 5.11 we used 10e and I'm afraid we can't afford to change it without
> proper testing.

Thanks.

Someone can fix the issue then. I recommend

#ifdef Q_OS_ANDROID
// Android libc told us for 7 years to use a file Android doesn't have
#  undef _PATH_MOUNTED
#  define _PATH_MOUNTED "/proc/mounts"
#endif

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center






More information about the Development mailing list