Add Android deps

BUG=288
TESTED=untested
R=wuwang@google.com

Review URL: https://webrtc-codereview.appspot.com/4179004

git-svn-id: http://libyuv.googlecode.com/svn/trunk@871 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
fbarchard@google.com 2013-11-21 18:27:36 +00:00
parent adaff9f3d5
commit 30cfb5b4ef
3 changed files with 6 additions and 2 deletions

4
DEPS
View File

@ -78,6 +78,10 @@ deps_os = {
"third_party/gold":
From("chromium_deps", "src/third_party/gold"),
},
"android": {
"third_party/android_tools":
From("chromium_deps", "src/third_party/android_tools"),
},
"ios": {
# NSS, for SSLClientSocketNSS.
"third_party/nss":

View File

@ -1,6 +1,6 @@
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 869
Version: 871
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 869
#define LIBYUV_VERSION 871
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT