diff options
author | 2024-07-11 18:05:21 +0000 | |
---|---|---|
committer | 2024-07-11 18:05:21 +0000 | |
commit | a85551e205fe85dc593a51dafafa874c15e73be0 (patch) | |
tree | e490fb594cbe3907ec8a70fd9658684b7d2df168 | |
parent | be74c988fdacc75b43e7c02971f9cac707d9e7ec (diff) |
Specify is_stubs_module property
This change specifies is_stubs_module property to a module that
provides stubs, so that the build system recognizes it and can be used
for inter-container dependency.
Test: m nothing
Bug: 338660802
Change-Id: I4a9da74f74fc3c40abd2d52028c86aca538d6e40
-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, } |