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
2 files changed