Files
build_soong/java
Jihoon Kang 42b589cd61 Prevent dynamically created java_api_contribution from inheriting
parent modules' visibility

By default, dynamically created module inherits the parent module's
visibility. When the parent module's visibility is set to
"//visibility:private" or has any other specified visibility
restrictions in the module definition,  the created
java_api_contribution module is not visible to java_api_library.
Thus, override any inherited visibility properties and set the visiblity
of the created java_api_contribution module to public.

Test: m
Change-Id: I5db60a5a1800e2ae28c9650eeb9a2f1c3b4f8989
2023-02-04 00:29:33 +00:00
..
2023-01-25 16:05:43 +00:00
2022-12-12 17:33:05 +00:00
2023-01-25 16:05:43 +00:00
2023-01-20 17:05:14 -05:00
2022-12-13 15:57:01 -08:00
2023-01-20 17:05:14 -05:00
2022-08-17 10:43:13 -07:00
2023-01-27 15:43:38 -08:00
2023-01-20 17:05:14 -05:00
2022-09-30 17:04:15 +00:00
2022-05-13 19:47:48 -04:00