cronet: Findbugs build failure from @LASTCHANGE@ logic |
||||
Issue descriptionI cannot build 'all' locally because of a findbugs failure in: components/cronet/android/api/src/org/chromium/net/ApiVersion.template and components/cronet/android/java/src/org/chromium/net/impl/ImplVersion.template It's because LAST_CHANGE.substring(0, 8) is out of range, so I assume @LASTCHANGE@ doesn't end up being set correctly. If I change it to a string literal, it works. And this is the only build failure I get when compiling all targets.
,
Aug 2 2016
,
Aug 12 2016
,
Aug 24 2016
@sievers: Could you respond to the question in c#1?
,
Aug 24 2016
How do I build just that target?
,
Aug 25 2016
"ninja -C <out> cronet_package" should do it. What is the host and target platform that you are building for? It should only build for Android. Could you attach build log with errors?
,
Sep 9 2016
ping sievers, is this still an issue?
,
Sep 12 2016
ninja: error: unknown target 'cronet_package' > ping sievers, is this still an issue? I don't know... why did anything change?
,
Sep 13 2016
I can't reproduce the issue. If you're still seeing it, please reopen and provide the information requested in comment 1 as well as what your gn args are. |
||||
►
Sign in to add a comment |
||||
Comment 1 by mef@chromium.org
, Aug 1 2016