From: Yun Liu Date: Mon, 1 Jul 2019 21:44:28 +0000 (-0700) Subject: Remove android_tools deps X-Git-Tag: v1.8.2~174^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4029b8cd40e2ab02b6936d617fbc93a53327d620;p=libvpx Remove android_tools deps Bug: 428426 Change-Id: Ia3c31fe2b513ac995baad15c8376c590fd1104f7 --- 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 \