Skip to content

Commit

Permalink
Add Android sound and music to source code, and avoid building them o…
Browse files Browse the repository at this point in the history
…n F-Droid

by using a special android-pre-fdroid target that assumes they are
already there.
  • Loading branch information
andybalaam committed Jan 17, 2017
1 parent 4b8f3a6 commit f0e697f
Show file tree
Hide file tree
Showing 22 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ recordings/

# Android
rabbit-escape-ui-android/app/libs/rabbit-escape-generic.jar
rabbit-escape-ui-android/app/src/main/assets/
rabbit-escape-ui-android/app/src/main/assets/images*
rabbit-escape-ui-android/app/src/main/res/drawable-mdpi/*.png
rabbit-escape-ui-android/app/src/main/res/drawable-hdpi/*.png
rabbit-escape-ui-android/app/src/main/res/drawable-xhdpi/*.png
Expand Down
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,12 @@ android-pre: \
android-music \
rabbit-escape-ui-android/app/libs/rabbit-escape-generic.jar

# Special target for F-Droid that does not build the sound or music files,
# to avoid needing sox to be installed on the F-Droid server.
android-pre-fdroid: \
android-images \
rabbit-escape-ui-android/app/libs/rabbit-escape-generic.jar

android-compile: android-pre
@echo ". Compiling Android code"
@cd rabbit-escape-ui-android && \
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit f0e697f

Please sign in to comment.