diff options
| author | 2024-02-06 21:59:11 +0000 | |
|---|---|---|
| committer | 2024-02-06 21:59:11 +0000 | |
| commit | f4747fbaf4d75535e385688ea93f3b88a72dbdf9 (patch) | |
| tree | 62628a12d3be26eab16ba6c639e5cf5c779301e7 | |
| parent | a73a8b3a9e4d9112db4790e3c760fa56e489f229 (diff) | |
| parent | f1f72ca1b3894045616c2dd1a16bb73ac60d86c8 (diff) | |
Merge "Generate frameworks-base-api-current.srcjar from exportable stubs" into main
| -rw-r--r-- | api/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/Android.bp b/api/Android.bp index 113424f7817d..1b84ce7ea5fb 100644 --- a/api/Android.bp +++ b/api/Android.bp @@ -208,7 +208,7 @@ genrule { out: ["current.srcjar"], cmd: "$(location merge_zips) $(out) $(in)", srcs: [ - ":api-stubs-docs-non-updatable", + ":api-stubs-docs-non-updatable{.exportable}", ":all-modules-public-stubs-source", ], visibility: ["//visibility:private"], // Used by make module in //development, mind |