Pin messaging to use Jack with 1.7 language

There is a bug in the current version of Jack
that causes problems when the default is changed to
1.8. Pinning to 1.7 appears to help.

Bug: 27305482
Bug: 26753820
Change-Id: Ia29bf5cb14c754be4c4b453aa89a9d9c369d9e52
This commit is contained in:
Neil Fuller
2016-02-23 11:31:25 +00:00
parent 280a2fbe41
commit 445d7baabc

View File

@@ -81,6 +81,9 @@ LOCAL_CERTIFICATE := platform
LOCAL_SDK_VERSION := current LOCAL_SDK_VERSION := current
# Workaround for http://b/27305482
LOCAL_JAVA_LANGUAGE_VERSION := 1.7
include $(BUILD_PACKAGE) include $(BUILD_PACKAGE)
include $(call all-makefiles-under, $(LOCAL_PATH)) include $(call all-makefiles-under, $(LOCAL_PATH))