commit | e065f7c5a9ad4e47f5490793401445660af37624 | [log] [tgz] |
---|---|---|
author | Mark Renouf <mrenouf@google.com> | Tue Nov 01 11:48:24 2016 -0400 |
committer | Mark Renouf <mrenouf@google.com> | Tue Nov 01 17:48:20 2016 +0000 |
tree | 24eca05b61e6a109554e9382356c80676163b5a2 | |
parent | c0ff60f272b5da3759079a8be1ae95b195645494 [diff] |
Workaround for javac compilation issue of lambda code Since ag/32554459 some Robolectric tests are compiling framework code with javac. For reasons unclear so far this code fails to compile with javac: > ShortcutService.java:408: error: variable ri might not have been initialized https://android-build.googleplex.com/builds/submitted/3416256/angelfish-userdebug/latest/logs Removing the lambda expressions corrects the issue. BUG: 32554459 Change-Id: I189c8ef02dc93b46ef6418c1ff14f2312097898a