Bruno Haible <br...@clisp.org> writes:

> Po Lu wrote:
>> The latest Gnulib getloadavg.c does not compile on Android API 8, with
>> the NDK r10c:
>> 
>>   CC       getloadavg.o
>> getloadavg.c: In function 'rpl_getloadavg':
>> getloadavg.c:509:5: error: implicit declaration of function 'sysinfo' 
>> [-Werror=implicit-function-declaration]
>>      if (sysinfo (&info) < 0)
>>      ^
>> 
>> which function is not available till API level 13.
>
> Looking at https://apilevels.com/, especially the column "Cumulative usage",
> it seems there are no users of Android API level 13 or older any more.

My experience differs--many E-Book readers are shipped with API 8 or 9,
and the earliest release of Replicant (which is the only release certain
devices are capable of running).

> I would therefore suggest to build Emacs with Android API level >= 14.

No.

Reply via email to