Remove dependency on openssl for android, add dependency on boringssl. Should make Android bots green again.
TBR=hellner Review URL: https://webrtc-codereview.appspot.com/21079004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6798 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
fdbe1442c5
commit
fc8b0871d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,6 +55,7 @@
|
||||
/third_party/android_tools
|
||||
/third_party/asan
|
||||
/third_party/binutils
|
||||
/third_party/boringssl
|
||||
/third_party/build_gn
|
||||
/third_party/BUILD.gn
|
||||
/third_party/clang_format
|
||||
|
4
DEPS
4
DEPS
@ -230,8 +230,8 @@ deps_os = {
|
||||
"third_party/WebKit/Tools/Scripts":
|
||||
Var("webkit_trunk") + "/Tools/Scripts@151677",
|
||||
|
||||
"third_party/openssl":
|
||||
From("chromium_deps", "src/third_party/openssl"),
|
||||
"third_party/boringssl":
|
||||
Var("chromium_trunk") + "/src/third_party/boringssl@" + Var("chromium_revision"),
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user