diff options
author | 2024-07-18 23:02:11 +0000 | |
---|---|---|
committer | 2024-07-18 23:02:11 +0000 | |
commit | 825beb3bacfdc55ea3b4b0185220b45d0adc1274 (patch) | |
tree | 370b45add332c23cbead577eca9a1d05c730f5d2 | |
parent | d2336936010ddb77c04914d5162149d35d04856a (diff) | |
parent | a85551e205fe85dc593a51dafafa874c15e73be0 (diff) |
Merge "Specify is_stubs_module property" into main
-rw-r--r-- | api/StubLibraries.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/StubLibraries.bp b/api/StubLibraries.bp index 12820f9ff277..8dfddf0e13c8 100644 --- a/api/StubLibraries.bp +++ b/api/StubLibraries.bp @@ -1345,4 +1345,5 @@ java_library { ":hwbinder-stubs-docs", ], visibility: ["//visibility:public"], + is_stubs_module: true, } |