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',