commit | e51819312bb2f5423cda853da577088633c9faf3 | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Thu Jun 15 16:03:50 2017 -0700 |
committer | Igor Murashkin <iam@google.com> | Fri Jun 16 18:09:39 2017 +0000 |
tree | fd1998eb2dbc29393aa2afe7e2d69982d473a0cf | |
parent | 4cf4e365a9deeb1f55f95738661ac61183e4da73 [diff] |
test: Skip desugar with DESUGAR=false when running tests Allow one to skip desugar when running the tests, for example: $> ANDROID_COMPILE_WITH_JACK=false DESUGAR=false DX=<your-dx-tool> art/test.py Why this might be useful: If building with javac and a dexer tool that already processes invoke-dynamic lambdas, then desugar is redundant. Bug: 36902714 Change-Id: I39aadca4985e2aafe4b4b24ff3dc9d7a364bbad7