commit | 6d8c1d7916bdfc52a077b3867e1936a2f8893bb2 | [log] [tgz] |
---|---|---|
author | Vinh Tran <vinhdaitran@google.com> | Wed Jun 08 01:25:14 2022 -0400 |
committer | Vinh Tran <vinhdaitran@google.com> | Wed Jun 08 01:26:16 2022 -0400 |
tree | be7d15a32e44d604d5787413fc10648b33390b0c | |
parent | d3a3af5c34a922a2829f8c6c3913b2e30b564bfb [diff] |
Replace gensrcs with java_library to deprecate depfile in gensrcs The depfile concept in Soong and Ninja isn't applicable in Bazel because Bazel requires listing the deps explicitly. This CL changes the module type from gensrcs to java_library with proto.type set to "stream". The end goal is to eventually deprecate depfile in gensrcs to ensure all gensrcs modules are convertable to Bazel. Test: CI Bug: 179452413 Change-Id: I921324e6260b7de6329a1ff445b6326643a9c526