RESTRICT AUTOMERGE Move java_api_library modules to f/b/api/StubLibraries.bp am: 818f3d9485
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/soong/+/24831467 Change-Id: Ifd6c5cd2ab9a15fb7ac6f2671c2cf9783e545fdd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -55,6 +55,19 @@ java_library {
|
|||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
java_api_library {
|
||||||
|
name: "core.current.stubs.from-text",
|
||||||
|
api_surface: "core",
|
||||||
|
api_contributions: [
|
||||||
|
"art.module.public.api.stubs.source.api.contribution",
|
||||||
|
"conscrypt.module.public.api.stubs.source.api.contribution",
|
||||||
|
"i18n.module.public.api.stubs.source.api.contribution",
|
||||||
|
],
|
||||||
|
libs: [
|
||||||
|
"stub-annotations",
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
||||||
java_library {
|
java_library {
|
||||||
name: "core.current.stubs",
|
name: "core.current.stubs",
|
||||||
defaults: [
|
defaults: [
|
||||||
@@ -153,7 +166,6 @@ java_defaults {
|
|||||||
system_modules: "none",
|
system_modules: "none",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// A stubs target containing the parts of the public SDK & @SystemApi(MODULE_LIBRARIES) API
|
// A stubs target containing the parts of the public SDK & @SystemApi(MODULE_LIBRARIES) API
|
||||||
// provided by the core libraries.
|
// provided by the core libraries.
|
||||||
//
|
//
|
||||||
@@ -265,6 +277,32 @@ java_library {
|
|||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
java_defaults {
|
||||||
|
name: "android_core_platform_stubs_current_contributions",
|
||||||
|
api_surface: "core_platform",
|
||||||
|
api_contributions: [
|
||||||
|
"art.module.public.api.stubs.source.api.contribution",
|
||||||
|
"art.module.public.api.stubs.source.system.api.contribution",
|
||||||
|
"art.module.public.api.stubs.source.module_lib.api.contribution",
|
||||||
|
"conscrypt.module.platform.api.stubs.source.api.contribution",
|
||||||
|
"i18n.module.public.api.stubs.source.api.contribution",
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
||||||
|
java_api_library {
|
||||||
|
name: "legacy.core.platform.api.stubs.from-text",
|
||||||
|
api_surface: "core_platform",
|
||||||
|
defaults: [
|
||||||
|
"android_core_platform_stubs_current_contributions",
|
||||||
|
],
|
||||||
|
api_contributions: [
|
||||||
|
"legacy.i18n.module.platform.api.stubs.source.api.contribution",
|
||||||
|
],
|
||||||
|
libs: [
|
||||||
|
"stub-annotations",
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
||||||
java_library {
|
java_library {
|
||||||
name: "legacy.core.platform.api.stubs",
|
name: "legacy.core.platform.api.stubs",
|
||||||
visibility: core_platform_visibility,
|
visibility: core_platform_visibility,
|
||||||
@@ -328,6 +366,20 @@ java_library {
|
|||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
java_api_library {
|
||||||
|
name: "stable.core.platform.api.stubs.from-text",
|
||||||
|
api_surface: "core_platform",
|
||||||
|
defaults: [
|
||||||
|
"android_core_platform_stubs_current_contributions",
|
||||||
|
],
|
||||||
|
api_contributions: [
|
||||||
|
"stable.i18n.module.platform.api.stubs.source.api.contribution",
|
||||||
|
],
|
||||||
|
libs: [
|
||||||
|
"stub-annotations",
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
||||||
java_library {
|
java_library {
|
||||||
name: "stable.core.platform.api.stubs",
|
name: "stable.core.platform.api.stubs",
|
||||||
visibility: core_platform_visibility,
|
visibility: core_platform_visibility,
|
||||||
|
Reference in New Issue
Block a user