Use android Nullable instead of javax Nullable
This is a propagation of upstream chromium change needed to resume DEPS autorolls into WebRTC. Original comment from upstream change: > This change is made in preparation for an ErrorProne > check to catch this at compile time. See bug for details. Bug: chromium:771683 Change-Id: I56aed15f73a633dcadae7ece6c645cd3596f9257 Reviewed-on: https://webrtc-review.googlesource.com/c/113505 Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Artem Titarenko <artit@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25951}
This commit is contained in:
committed by
Commit Bot
parent
57011626bd
commit
69540f4419
@ -32,6 +32,8 @@ def FindSrcDirPath():
|
||||
LIB_TO_LICENSES_DICT = {
|
||||
'abseil-cpp': ['third_party/abseil-cpp/LICENSE'],
|
||||
'android_tools': ['third_party/android_tools/LICENSE'],
|
||||
'android_deps': ['third_party/android_deps/libs/' +
|
||||
'com_android_support_support_annotations/LICENSE'],
|
||||
'auto': ['third_party/auto/src/LICENSE.txt'],
|
||||
'bazel': ['third_party/bazel/LICENSE'],
|
||||
'boringssl': ['third_party/boringssl/src/LICENSE'],
|
||||
@ -40,7 +42,6 @@ LIB_TO_LICENSES_DICT = {
|
||||
'guava': ['third_party/guava/LICENSE'],
|
||||
'ijar': ['third_party/ijar/LICENSE'],
|
||||
'jsoncpp': ['third_party/jsoncpp/LICENSE'],
|
||||
'jsr-305': ['third_party/jsr-305/src/ri/LICENSE'],
|
||||
'libc++': ['buildtools/third_party/libc++/trunk/LICENSE.TXT'],
|
||||
'libc++abi': ['buildtools/third_party/libc++abi/trunk/LICENSE.TXT'],
|
||||
'libevent': ['base/third_party/libevent/LICENSE'],
|
||||
|
||||
Reference in New Issue
Block a user