diff options
author | montellese <montellese@xbmc.org> | 2013-04-29 21:47:25 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2013-04-29 21:47:25 +0200 |
commit | f3e0afc3ef2798303c6f44d88e1fa1aea5b9f248 (patch) | |
tree | 1b66c5871fb9a5d2bd95b0db4ade9771fc3c94bc /docs | |
parent | 85aabfabfae15092fc08a8077153b8ee07bcdb8a (diff) |
[droid] update README.android for unified deps
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.android | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/README.android b/docs/README.android index 6ff28ab93c..86ecc6b06a 100644 --- a/docs/README.android +++ b/docs/README.android @@ -164,8 +164,9 @@ on with the Android toolchain and creating an Android Application Package -------------------------------------------------------------------- # cd $HOME/xbmc-android - # make -C tools/android/xbmc + # make -C tools/depends/target/xbmc # make + # make apk After the first build (assuming bootstrap and configure are successful), subsequent builds can be run with a simple 'make' and 'make apk'. |