Commit 1a619522 authored by Max Kellermann's avatar Max Kellermann

Makefile.am: *.apk depends on android/src/*.java

Invoke "ant" when a Java source is modified.
parent 88615fbf
......@@ -300,6 +300,7 @@ android/build/res/drawable/icon.png: mpd.svg
APK_DEPS = android/build/res/drawable/icon.png \
android/build/libs/armeabi-v7a/libmpd.so \
$(wildcard $(srcdir)/android/src/*.java)
android/build/build.xml
android/build/bin/Main-debug.apk: $(APK_DEPS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment