diff options
| author | Po Lu | 2023-01-20 21:21:15 +0800 |
|---|---|---|
| committer | Po Lu | 2023-01-20 21:21:15 +0800 |
| commit | 26f0dd508982b9680a3cc5d7c56d5f978e06dc8f (patch) | |
| tree | 6d9f3c132bbe16d8fef0cbebc45e65f7fda983fc /admin | |
| parent | 01ee2bd07be203987c003b8155ae10b89b0dc08a (diff) | |
| download | emacs-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-x | admin/merge-gnulib | 7 |
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. |
| 144 | rsync -r "$src"/lib "$src"/xcompile | 144 | rm -rf "$src"xcompile/lib |
| 145 | cp -r "$src"lib "$src"xcompile | ||
| 145 | 146 | ||
| 146 | # Remove unnecessary files. | 147 | # Remove unnecessary files. |
| 147 | rm -f "$src"/xcompile/lib/*.mk.in "$src"/xcompile/lib/Makefile.in | 148 | rm -f "$src"xcompile/lib/*.mk.in "$src"xcompile/lib/Makefile.in |