commit | e4e2770ce06b58b71763e5099525d5ef48efb7b6 | [log] [tgz] |
---|---|---|
author | Mohannad Farrag <aymanm@google.com> | Wed Nov 08 17:31:58 2023 +0000 |
committer | Mohannad Farrag <aymanm@google.com> | Wed Nov 08 17:31:58 2023 +0000 |
tree | b08c53e6858e25cab761420eaf5f024af48e3558 | |
parent | d34bc79f715ca99c4f9ffd08e4438957c9365a24 [diff] |
Create Java Genrules for Java Actions * GN actions has no restrictions on the output of the action, however this becomes a mess when we have the same action being used as a dependency of a cc_library and java_library, we need to create two different actions in this case. This CL appends a suffix to the bp_module_name to allow the creation of new java_genrules for those actions. Bug: 304217500 Bug: 304215727 Change-Id: I85e7255d361108922b9cf389c258839d4754beb6