Bruno Haible <br...@clisp.org> writes: > Po Lu wrote: >> Someone asked me to port Emacs to Android. > > Please be specific: Which Android API level are you using at compile-time? > And which Android version at run-time? > >> In doing so noticed that the >> fpending module no longer works there > > Please be specific: What do you mean by "not works"? Does not compile? > Does not return which value? In which environment? I.e. which Android app > are you using for the compile-time and run-time environment?
The compilation is done on the host machine that's building Emacs (to produce emacs.so), which is then copied to the lib directory in the APK package. But I think I asked prematurely, as this could be a problem with the cross compilation scripts. Thanks.