Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a85551e2 authored by Jihoon Kang's avatar Jihoon Kang
Browse files

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
parent be74c988
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1345,4 +1345,5 @@ java_library {
        ":hwbinder-stubs-docs",
    ],
    visibility: ["//visibility:public"],
    is_stubs_module: true,
}