Fix BoringSSL license path.

BUG=webrtc:5737
NOTRY=True

Review-Url: https://codereview.webrtc.org/1949953002
Cr-Commit-Position: refs/heads/master@{#12645}
This commit is contained in:
tkchin 2016-05-06 11:19:46 -07:00 committed by Commit bot
parent dd3248665d
commit e76db89e0b

View File

@ -21,7 +21,7 @@ import textwrap
LIB_TO_LICENSES_DICT = { LIB_TO_LICENSES_DICT = {
'boringssl': ['third_party/boringssl/NOTICE'], 'boringssl': ['third_party/boringssl/src/LICENSE'],
'expat': ['third_party/expat/files/COPYING'], 'expat': ['third_party/expat/files/COPYING'],
'jsoncpp': ['third_party/jsoncpp/LICENSE'], 'jsoncpp': ['third_party/jsoncpp/LICENSE'],
'opus': ['third_party/opus/src/COPYING'], 'opus': ['third_party/opus/src/COPYING'],