diff options
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'. |