mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Update Android port
* src/android.c (android_run_select_thread, android_init_events) (android_select): Add alternative android_select implementation for API 16 and lower. * src/androidterm.c (handle_one_android_event): Fix use-after-frees.
This commit is contained in:
parent
01ee2bd07b
commit
26f0dd5089
25 changed files with 172 additions and 70 deletions
|
|
@ -140,8 +140,9 @@ cp -- "$gnulib_srcdir"/lib/af_alg.h \
|
|||
{ test -z "$src" || cd "$src"; } &&
|
||||
./autogen.sh
|
||||
|
||||
# Finally, update the files in lib/ to xcompile/lib.
|
||||
rsync -r "$src"/lib "$src"/xcompile
|
||||
# Finally, copy gnulib stuff in lib/ to xcompile/lib.
|
||||
rm -rf "$src"xcompile/lib
|
||||
cp -r "$src"lib "$src"xcompile
|
||||
|
||||
# Remove unnecessary files.
|
||||
rm -f "$src"/xcompile/lib/*.mk.in "$src"/xcompile/lib/Makefile.in
|
||||
rm -f "$src"xcompile/lib/*.mk.in "$src"xcompile/lib/Makefile.in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue