OSDN Git Service

Allow java targets to support 1.8 source / target
authorNeil Fuller <nfuller@google.com>
Sat, 16 Jan 2016 03:41:26 +0000 (19:41 -0800)
committerNeil Fuller <nfuller@google.com>
Thu, 28 Jan 2016 13:42:28 +0000 (13:42 +0000)
commitcdfbe4a8522b9a13ffe6ac1f826a1d6760f87d60
treea08ba3b94c6bffa7c47c5248722ef5cdef6562da
parent0cfb04c60ec20e18ce896a245df524110994adbb
Allow java targets to support 1.8 source / target

This change enables build rules to specify:

LOCAL_JAVA_LANGUAGE_VERSION := 1.8

to enable -source 1.8 -target 1.8 for javac and
equivalent flags for Jack.

Bug: 26753820
Change-Id: I7991fafe4978485354663f091f4d78a0cc73ba26
core/clear_vars.mk
core/combo/javac.mk
core/java_common.mk