Presubmit warnings for multiple definitions of PSBImpl |
||
Issue description
When I run git cl upload, I get some presubmit warnings if I touched PlatformServiceBridgeImpl:
$ git cl upload
Running presubmit upload checks ...
WARNING: multiple definitions of org.chromium.android_webview.PlatformServiceBridgeImpl:
[redacted].../src/clank/android_webview/java/src/org/chromium/android_webview/PlatformServiceBridgeImpl.java
[redacted].../src/android_webview/java/src/org/chromium/android_webview/PlatformServiceBridgeImpl.java
We intentionally keep multiple definitions for this class, so we should whitelist the class to suppress the warning (see bfaa38b87ab0e1105d38dc7551fafc2b573cb3c5 for an example). More details for whitelisting can be found in issue 778442 .
This is a follow-up to issue 682070 , so I'm passing to jamwalla@.
,
May 1 2018
Thanks Nate! Forgot about this last bit, should be fixed now.
,
May 7 2018
No manual verification is needed per Nate. |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, May 1 2018