OSDN Git Service

Add a desugar step between javac and proguard
authorColin Cross <ccross@android.com>
Thu, 22 Dec 2016 01:11:03 +0000 (17:11 -0800)
committerColin Cross <ccross@android.com>
Fri, 17 Feb 2017 23:03:06 +0000 (15:03 -0800)
commiteac5ce4e97410f74bf16af8189f66f01aafd2df2
tree2d24b56a2b07c5d6019bfc357a46d7514fcfcc6d
parenta341bf0f8636ec42bd87058d9ba31a482cea3b6d
Add a desugar step between javac and proguard

This enables support for lambdas by passing class files through the
desugar tool.

Test: m -j checkbuild tests cts
Change-Id: I14ec152355243fd67fe2f107ccbe67a1b4e7e262
core/config.mk
core/definitions.mk
core/java.mk