Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 589f18b

Browse files
Treehugger RobotGerrit Code Review
authored andcommitted
Merge "Revert^2 "Define core-current-stubs-for-system-modules-exportable"" into main
2 parents 4bd5d8e + 560a389 commit 589f18b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/sdk.atree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar
4444
${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android-stubs-src.jar platforms/${PLATFORM_NAME}/android-stubs-src.jar
4545

4646
# core-for-system-modules.jar for building system modules
47-
${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/core-current-stubs-for-system-modules_intermediates/classes.jar platforms/${PLATFORM_NAME}/core-for-system-modules.jar
47+
${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/core-current-stubs-for-system-modules-exportable_intermediates/classes.jar platforms/${PLATFORM_NAME}/core-for-system-modules.jar
4848

4949
# optional API files.
5050
development/build/optional.json platforms/${PLATFORM_NAME}/optional/optional.json

build/tools/sdk-preprocess-files.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ALL_SDK_FILES += $(android_jar_src_target)
8282

8383
# ===== SDK for system modules =====
8484
# A subset of the public SDK to convert to system modules for use with javac -source 9 -target 9
85-
ALL_SDK_FILES += $(call intermediates-dir-for,JAVA_LIBRARIES,core-current-stubs-for-system-modules,,COMMON)/classes.jar
85+
ALL_SDK_FILES += $(call intermediates-dir-for,JAVA_LIBRARIES,core-current-stubs-for-system-modules-exportable,,COMMON)/classes.jar
8686

8787
# ====================================================
8888

0 commit comments

Comments
 (0)