From a85551e205fe85dc593a51dafafa874c15e73be0 Mon Sep 17 00:00:00 2001 From: Jihoon Kang Date: Thu, 11 Jul 2024 18:05:21 +0000 Subject: 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 --- api/StubLibraries.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'api') 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, } -- cgit v1.2.3-59-g8ed1b