summaryrefslogtreecommitdiff
path: root/api/Android.bp
diff options
context:
space:
mode:
author Linus Tufvesson <lus@google.com> 2024-11-08 13:26:53 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-11-08 13:26:53 +0000
commit2c8c4fa5d2e6c938a3d7dad3973cc21dd2e2eef3 (patch)
tree37f491acf98263f148fdffca9bb42092c0294d65 /api/Android.bp
parent77f1143bfcf41da0bedf78e6743fd1c742d882ae (diff)
parentbfb3ed214970ae7ba1d7818d95d07bf250ece6f1 (diff)
Merge "Depend on exportable mainline module stubs for doc generation" into main am: bfb3ed2149
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3342398 Change-Id: Ie459e9775718bb779d768c65fbef3d433aabd3a8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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 513aa4a969a3..c7c56861894d 100644
--- a/api/Android.bp
+++ b/api/Android.bp
@@ -228,7 +228,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
}