Skip to content

Commit 577fa74

Browse files
colincrossGerrit Code Review
authored andcommitted
Merge "Add core-lambda-stubs.jar to the SDK"
2 parents 85578a8 + 1552502 commit 577fa74

File tree

3 files changed

+356
-0
lines changed

3 files changed

+356
-0
lines changed

build/Android.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ ALL_SDK_FILES += $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/android_uiaut
103103
# org.apache.http.legacy.jar stubs
104104
ALL_SDK_FILES += $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/org.apache.http.legacy_intermediates/javalib.jar
105105

106+
# core-lambda-stubs
107+
ALL_SDK_FILES += $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/core-lambda-stubs_intermediates/classes.jar
108+
106109
# $(1): the Java library name
107110
define _package_sdk_library
108111
$(eval _psm_build_module := $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/$(1)_intermediates/javalib.jar)

build/sdk.atree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ prebuilts/sdk/tools/jills/jill-${JACK_SDKTOOL_VERSION}.jar build-
152152
prebuilts/sdk/tools/jack-jacoco-reporter.jar build-tools/${PLATFORM_NAME}/jack-jacoco-reporter.jar
153153
prebuilts/sdk/tools/jack-coverage-plugin.jar build-tools/${PLATFORM_NAME}/jack-coverage-plugin.jar
154154

155+
# Lambda stubs for use by javac
156+
${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/core-lambda-stubs_intermediates/classes.jar build-tools/${PLATFORM_NAME}/core-lambda-stubs.jar
155157

156158
##############################################################################
157159
# Platform Component

0 commit comments

Comments
 (0)