commit | cdfbe4a8522b9a13ffe6ac1f826a1d6760f87d60 | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Fri Jan 15 19:41:26 2016 -0800 |
committer | Neil Fuller <nfuller@google.com> | Thu Jan 28 13:42:28 2016 +0000 |
tree | a08ba3b94c6bffa7c47c5248722ef5cdef6562da | |
parent | 0cfb04c60ec20e18ce896a245df524110994adbb [diff] |
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