aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/java/Makefile.in b/java/Makefile.in
index c7fe6e07c77..1a7852487ef 100644
--- a/java/Makefile.in
+++ b/java/Makefile.in
@@ -222,8 +222,12 @@ install_temp/assets/version: install_temp
222 && (git rev-parse --abbrev-ref HEAD \ 222 && (git rev-parse --abbrev-ref HEAD \
223 || echo "Unknown") } 2> /dev/null > $@ 223 || echo "Unknown") } 2> /dev/null > $@
224 224
225install_temp/assets/build_info: install_temp
226 $(AM_V_GEN) { hostname; date +%s; } > $@
227
225emacs.apk-in: install_temp install_temp/assets/directory-tree \ 228emacs.apk-in: install_temp install_temp/assets/directory-tree \
226 install_temp/assets/version AndroidManifest.xml 229 install_temp/assets/version install_temp/assets/build_info \
230 AndroidManifest.xml
227# Package everything. Specifying the assets on this command line is 231# Package everything. Specifying the assets on this command line is
228# necessary for AAssetManager_getNextFileName to work on old versions 232# necessary for AAssetManager_getNextFileName to work on old versions
229# of Android. Make sure not to generate R.java, as it's already been 233# of Android. Make sure not to generate R.java, as it's already been