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

Commit 613a9070 authored by Neil Fuller's avatar Neil Fuller
Browse files

Add stubs needed to enable javac to compile lambdas

This enables framework.jar code to include lambdas.
framework.jar is still built with javac (as well as
jack) for things like doclava.

Bug: 26753820
(cherry picked from commit 801f90e6)

Change-Id: Icdc9e003b09bd1e14e991b32934b3c4c4a268b1a
parent 0a1b294f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -426,7 +426,7 @@ LOCAL_INTERMEDIATE_SOURCES := \
			$(framework_res_source_path)/com/android/internal/R.java
			$(framework_res_source_path)/com/android/internal/R.java


LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_JAVA_LIBRARIES := core-oj core-libart conscrypt okhttp core-junit bouncycastle ext
LOCAL_JAVA_LIBRARIES := core-oj core-libart core-lambda-stubs conscrypt okhttp core-junit bouncycastle ext


LOCAL_MODULE := framework
LOCAL_MODULE := framework