diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2012-07-11 00:11:42 -0400 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2012-08-08 19:14:48 -0400 |
commit | e03918901da160d62aa22d87b568007b13d6746d (patch) | |
tree | ca5538dc4006ecc35d84b264d3e2c762c2c27728 /Makefile.in | |
parent | 59d4659f6ae57669d4cb2dc36436ed1fe5fcbfe4 (diff) |
[droid] add convenience apk target
Diffstat (limited to 'Makefile.in')
-rwxr-xr-x | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index b2ab93a707..b05afc5fa4 100755 --- a/Makefile.in +++ b/Makefile.in @@ -425,6 +425,9 @@ ifeq ($(findstring osx,@ARCH@), osx) else install: install-binaries install-arch install-datas +apk: install + make -C tools/android/packaging + install-binaries: install-scripts @echo "Copying XBMC binary to $(DESTDIR)$(libdir)/xbmc/" @install -d $(DESTDIR)$(libdir)/xbmc |