]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Sat, 25 Feb 2023 13:52:11 +0000 (21:52 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 25 Feb 2023 13:52:11 +0000 (21:52 +0800)
commit8fa86cc7cd708fae8657b4e977711132999054bc
tree5b4b5984bb8ed5914fb7e34aba124e01852b7e56
parent80f26cc3988bf06e876ee9ed4b05a4400bf626b7
Update Android port

* java/debug.sh (is_root): Fix tee detection again for old
systems which don't return exit codes from adb shell.
* src/android.c (android_run_select_thread, NATIVE_NAME,
JNICALL):
* src/android.h (NATIVE_NAME):
* src/androidterm.c (JNICALL, NATIVE_NAME): Apply stack
alignment to all JNICALL functions.
java/debug.sh
src/android.c
src/android.h
src/androidterm.c