aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpandan Das <spandandas@google.com>2023-01-26 21:29:19 +0000
committerSpandan Das <spandandas@google.com>2023-01-26 21:29:19 +0000
commit58c70517496b3381d64c3733c73d57a80e385f09 (patch)
treeea8cfc299376938326076562bee264e8311e21b6
parent78a40f4e1f648903a57528dcf6b4f131be9046c3 (diff)
downloadorchestrator-58c70517496b3381d64c3733c73d57a80e385f09.tar.gz
Java API export of CorePlatformApi surface
Out of the three core modules, conscrypt and icu has an api file for this API surface. ART (the other core module) has migrated all of its annoations to the module lib API surface. It does "contribute" to this API surface, buts its contributions are defined in the other partial signature files like (current, system-current etc) which have already been exported separately. Test: multitree_build vendor/nothing Bug: 262014796 Change-Id: I5bd221b9cc2427eba80dffada5a0b6a27e1769d1
-rw-r--r--apis/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/apis/Android.bp b/apis/Android.bp
index a3c8bdd..33a2c19 100644
--- a/apis/Android.bp
+++ b/apis/Android.bp
@@ -173,6 +173,7 @@ api_domain {
name: "com.android.conscrypt.contribution",
java_api_contributions: [
"conscrypt.module.intra.core.api.stubs.source",
+ "conscrypt.module.platform.api.stubs.source",
"conscrypt.module.public.api.stubs.source",
"conscrypt.module.public.api.stubs.source.module_lib",
"conscrypt.module.public.api.stubs.source.system",
@@ -199,6 +200,9 @@ api_domain {
"i18n.module.public.api.stubs.source",
"i18n.module.public.api.stubs.source.module_lib",
"i18n.module.public.api.stubs.source.system",
+ // i18n exports two versions of CorePlatformApi (stable and legacy)
+ "legacy.i18n.module.platform.api.stubs.source",
+ "stable.i18n.module.platform.api.stubs.source",
],
}