summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/android/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/android/README b/test/android/README
index ee21f9b65..f67fea50c 100644
--- a/test/android/README
+++ b/test/android/README
@@ -10,8 +10,9 @@ NDK_PROJECT_PATH=. ndk-build APP_BUILD_SCRIPT=./libvpx/test/android/Android.mk \
APP_ABI=armeabi-v7a APP_PLATFORM=android-18 APP_OPTIM=release \
APP_STL=c++_static
-Note: Both adb and ndk-build are available prebuilt at:
- https://chromium.googlesource.com/android_tools
+Note: Both adb and ndk-build are available at:
+ https://developer.android.com/studio#downloads
+ https://developer.android.com/ndk/downloads
3) Run get_files.py to download the test files:
python get_files.py -i /path/to/test-data.sha1 -o /path/to/put/files \