[Android] Remove reference to third_party/android_testrunner.

Deleting in https://codereview.chromium.org/1290173003

BUG=chromium:267773
R=harryjin@google.com

Review URL: https://webrtc-codereview.appspot.com/54849004.
This commit is contained in:
Frank Barchard 2015-08-19 16:13:27 -07:00
parent ee9aaea02f
commit 2fb6fd74be
3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 1470
Version: 1471
License: BSD
License File: LICENSE

View File

@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
#define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 1470
#define LIBYUV_VERSION 1471
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT

View File

@ -81,7 +81,6 @@ if 'android' in target_os:
DIRECTORIES += [
'base',
'third_party/android_platform',
'third_party/android_testrunner',
'third_party/android_tools',
'third_party/appurify-python',
'third_party/ashmem',