Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
[droid] add convenience apk target
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Fields committed Jul 12, 2012
1 parent 68d8e1a commit aef5a44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.in
Expand Up @@ -422,6 +422,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
Expand Down

0 comments on commit aef5a44

Please sign in to comment.