diff options
author | Chris \"Koying\" Browet <cbro@semperpax.com> | 2014-07-27 14:45:33 +0200 |
---|---|---|
committer | Chris "Koying" Browet <cbro@semperpax.com> | 2014-10-22 18:02:45 +0200 |
commit | 5f5d8c86490510f49b82d05ff16011bfbf4cbfa8 (patch) | |
tree | 623d30a1f0d3ae7150c50641fc63d323a5d04599 /Makefile.in | |
parent | 34923de71b9e1597d5a610d9237c440909eaeb0c (diff) |
CHG: [droid] refactor packaging to allow obb google extension apk
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 658745a8d1..8cb677c36b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -554,11 +554,11 @@ ifeq ($(findstring osx,@ARCH@), osx) else install: install-binaries install-arch install-datas -apk: apk-clean install - make -C tools/android/packaging +apk obb apk-unsigned apk-obb apk-obb-unsigned apk-noobb: install + make -C tools/android/packaging $@ -apk-clean: - make -C tools/android/packaging clean +apk-clean apk-sign: + make -C tools/android/packaging $@ install-binaries: install-scripts @echo "Copying @APP_NAME_LC@ binary to $(DESTDIR)$(libdir)/@APP_NAME_LC@/" |