diff options
Diffstat (limited to 'backends/platform')
-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 |