From 801f90e61b971984c92767acd6fb62d56911664b Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Thu, 18 Feb 2016 13:57:43 +0000 Subject: [PATCH] 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 Change-Id: I25030b3fa3abdec5b325182bd0a665ba964176c0 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index 6ec434cfbf544..46bf460215ebd 100644 --- a/Android.mk +++ b/Android.mk @@ -455,7 +455,7 @@ LOCAL_INTERMEDIATE_SOURCES := \ $(framework_res_source_path)/com/android/internal/R.java 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_STATIC_JAVA_LIBRARIES := framework-protos LOCAL_MODULE := framework