Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dce343dc authored by Neil Fuller's avatar Neil Fuller
Browse files

Add flags needed to switch Jack to 1.8 for CTS targets

When linking against .jack files that contain 1.8 language
features Jack (currently) requires -D jack.java.source.version=1.8.

"core-tests" includes 1.8 language features.

Bug: 27113322
Bug: 26953739
(cherry-picked from commit a835180b)

Change-Id: I2be4db6788b14558f74534c24bb007f7fb8b6b67
parent eb09c6a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_JAVA_LIBRARIES := android.test.runner

LOCAL_STATIC_JAVA_LIBRARIES := easymocklib mockito-target core-tests android-support-test
LOCAL_JAVA_LANGUAGE_VERSION := 1.8

LOCAL_PACKAGE_NAME := mediaframeworktest