summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2019-07-02 18:46:30 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-07-02 18:46:30 +0000
commit19bda215d0be6995ba230f31939c2743fc8b98ac (patch)
tree8d54f520eece50da4e3977949fc876d4c568c2d4
parentcd9f1763c861edfd86d2814e029a34f3ce821e72 (diff)
parent4029b8cd40e2ab02b6936d617fbc93a53327d620 (diff)
downloadlibvpx-19bda215d0be6995ba230f31939c2743fc8b98ac.tar
libvpx-19bda215d0be6995ba230f31939c2743fc8b98ac.tar.gz
libvpx-19bda215d0be6995ba230f31939c2743fc8b98ac.tar.bz2
libvpx-19bda215d0be6995ba230f31939c2743fc8b98ac.zip
Merge "Remove android_tools deps"
-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 \