aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPo Lu2023-01-20 21:21:15 +0800
committerPo Lu2023-01-20 21:21:15 +0800
commit26f0dd508982b9680a3cc5d7c56d5f978e06dc8f (patch)
tree6d9f3c132bbe16d8fef0cbebc45e65f7fda983fc /admin
parent01ee2bd07be203987c003b8155ae10b89b0dc08a (diff)
downloademacs-26f0dd508982b9680a3cc5d7c56d5f978e06dc8f.tar.gz
emacs-26f0dd508982b9680a3cc5d7c56d5f978e06dc8f.zip
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.
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/merge-gnulib7
1 files changed, 4 insertions, 3 deletions
diff --git a/admin/merge-gnulib b/admin/merge-gnulib
index 38f1418c759..a6824cb2267 100755
--- a/admin/merge-gnulib
+++ b/admin/merge-gnulib
@@ -140,8 +140,9 @@ cp -- "$gnulib_srcdir"/lib/af_alg.h \
140{ test -z "$src" || cd "$src"; } && 140{ test -z "$src" || cd "$src"; } &&
141./autogen.sh 141./autogen.sh
142 142
143# Finally, update the files in lib/ to xcompile/lib. 143# Finally, copy gnulib stuff in lib/ to xcompile/lib.
144rsync -r "$src"/lib "$src"/xcompile 144rm -rf "$src"xcompile/lib
145cp -r "$src"lib "$src"xcompile
145 146
146# Remove unnecessary files. 147# Remove unnecessary files.
147rm -f "$src"/xcompile/lib/*.mk.in "$src"/xcompile/lib/Makefile.in 148rm -f "$src"xcompile/lib/*.mk.in "$src"xcompile/lib/Makefile.in