summaryrefslogtreecommitdiff
path: root/api/Android.bp
diff options
context:
space:
mode:
author Jihoon Kang <jihoonkang@google.com> 2024-11-07 19:40:30 +0000
committer Jihoon Kang <jihoonkang@google.com> 2024-11-07 19:40:30 +0000
commite4553d02a5627b13f74f550bf48a6861e3722ad1 (patch)
tree0be23a39be1dec68a843e8aad9aa729c721b8019 /api/Android.bp
parent403de724a12cb69f6a9959c38b605059920c5f89 (diff)
Depend on exportable mainline module stubs for doc generation
This change modifies the dependency graph of framework-doc-stubs to depend on the exportable stub source jar of the mainline modules, so that the flagged apis symbols are not elided. Test: m doc dist && unzip -l out/dist/offline-sdk-docs-docs.zip | grep "android/configinfrastructure/aconfig" Bug: 377585897 Change-Id: I2de643c27417a0ccb21016a3bc495127f3a30f81
Diffstat (limited to 'api/Android.bp')
-rw-r--r--api/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/Android.bp b/api/Android.bp
index 7ef00b006949..a98d1d4b4156 100644
--- a/api/Android.bp
+++ b/api/Android.bp
@@ -192,7 +192,7 @@ java_genrule {
cmd: "$(location merge_zips) $(out) $(in)",
srcs: [
":api-stubs-docs-non-updatable{.exportable}",
- ":all-modules-public-stubs-source",
+ ":all-modules-public-stubs-source-exportable",
],
visibility: ["//visibility:private"], // Used by make module in //development, mind
}