diff options
author | Angus Lees | 2010-12-24 02:09:59 +0000 |
---|---|---|
committer | Angus Lees | 2010-12-24 02:09:59 +0000 |
commit | 1dce5fa11ddb32796fd1aecf06e939f26b97e605 (patch) | |
tree | 3b2ca8fac58f73434b6d60dcbc77c2b0210b0a3e /backends/platform/android/README.build | |
parent | 10b96eb94d34518120107c7005b946e989201704 (diff) | |
download | scummvm-rg350-1dce5fa11ddb32796fd1aecf06e939f26b97e605.tar.gz scummvm-rg350-1dce5fa11ddb32796fd1aecf06e939f26b97e605.tar.bz2 scummvm-rg350-1dce5fa11ddb32796fd1aecf06e939f26b97e605.zip |
ANDROID: Remove obsolete reference to ANDROID_TOP in build instructions.
svn-id: r55029
Diffstat (limited to 'backends/platform/android/README.build')
-rw-r--r-- | backends/platform/android/README.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/platform/android/README.build b/backends/platform/android/README.build index f3fb77cbcf..a4253112da 100644 --- a/backends/platform/android/README.build +++ b/backends/platform/android/README.build @@ -80,8 +80,6 @@ Then build ScummVM: PATH=$ANDROID_SDK/platforms/android-1.6/tools:$ANDROID_SDK/tools:$PATH # You also want to ensure your arm-oe-linux-androideabi toolchain is in $PATH - export ANDROID_TOP=<root of built Android source> - ./configure --backend=android --host=android --enable-zlib --disable-timidity # ... and any other configure flags you want make scummvm.apk |