summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e2ed18b..64f1935 100644
--- a/Android.mk
+++ b/Android.mk
@@ -81,6 +81,9 @@ LOCAL_CERTIFICATE := platform
LOCAL_SDK_VERSION := current
+# Workaround for http://b/27305482
+LOCAL_JAVA_LANGUAGE_VERSION := 1.7
+
include $(BUILD_PACKAGE)
include $(call all-makefiles-under, $(LOCAL_PATH))