From 2fb6fd74be134c5c1d1cf62d105740f36e1b34aa Mon Sep 17 00:00:00 2001 From: Frank Barchard Date: Wed, 19 Aug 2015 16:13:27 -0700 Subject: [PATCH] [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. --- README.chromium | 2 +- include/libyuv/version.h | 2 +- setup_links.py | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.chromium b/README.chromium index 5fcdd4b30..486320e34 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1470 +Version: 1471 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 405265c87..0e56df18e 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -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 diff --git a/setup_links.py b/setup_links.py index cca14d1df..188c51f80 100755 --- a/setup_links.py +++ b/setup_links.py @@ -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',