]> git.eshelyaron.com Git - emacs.git/commit
Save build timestamps in Android builds
authorPo Lu <luangruo@yahoo.com>
Tue, 7 Mar 2023 12:18:02 +0000 (20:18 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 7 Mar 2023 12:18:02 +0000 (20:18 +0800)
commit84d27fe53b2888b6668ba8510f377eb0eabeeb09
tree82d55aaecfab0576159664a575d61fa9895c9100
parent83c29bd40e0c7e3975f575067a3112a0191b5590
Save build timestamps in Android builds

* java/Makefile.in (install_temp/assets/build_info): New
rule.:(emacs.apk-in): Depend on that file.
* lisp/version.el (android-read-build-system)
(android-read-build-time): New functions.
(emacs-build-system, emacs-build-time): Use those functions on
Android, as dumping is done after installation on Android.
* src/fileio.c (Finsert_file_contents):
* src/window.c (replace_buffer_in_windows): Don't call functions
if they are not defined, which can happen during loadup.
java/Makefile.in
lisp/version.el
src/fileio.c
src/window.c