corrected the export-commands on the output. It should be "export ANDROID..." and not "export $ANDROID..."
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29034 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
13435127b7
commit
9ef9904fa5
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ cat <<EOF
|
|||
* All done!
|
||||
|
||||
Please set the following environment variables before running tools/configure:
|
||||
export \$ANDROID_SDK_PATH=$SDK_PATH
|
||||
export \$ANDROID_NDK_PATH=$NDK_PATH
|
||||
export ANDROID_SDK_PATH=$SDK_PATH
|
||||
export ANDROID_NDK_PATH=$NDK_PATH
|
||||
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue