]> git.eshelyaron.com Git - emacs.git/commit
Include installation date within asset files
authorPo Lu <luangruo@yahoo.com>
Thu, 31 Aug 2023 01:04:32 +0000 (09:04 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 31 Aug 2023 01:04:32 +0000 (09:04 +0800)
commit21a0caea771eae52c5e6f1fb4857f59bdc18f238
tree9b8d393316e8c637a24790851ca89307291898e3
parent128ed5c9f17fab87fdb679326035aa2598612658
Include installation date within asset files

* src/android.c (setEmacsParams): Set `emacs_installation_time'
to the mtime of the class path file, which happens to be the
time of Emacs's installation.
(emacs_installation_time): New variable.

* src/android.h (emacs_installation_time): Export new variable.

* src/androidvfs.c (android_afs_stat): If
emacs_installation_time is a valid timespec, set st_mtime to it.
src/android.c
src/android.h
src/androidvfs.c