diff options
| author | 2023-09-27 12:29:34 -0700 | |
|---|---|---|
| committer | 2023-09-27 12:36:36 -0700 | |
| commit | 1066479258ce61cb9ee047c7b925d4aaf57a3235 (patch) | |
| tree | 83446a83d6946d9dba8b4e0ff2169e61454aae91 /java/java.go | |
| parent | af26c102b8f1da0f4eceba9301f13751e6b65a43 (diff) | |
Always drop deps from android_library with no srcs
android_library does not accept deps when there are no srcs because
there is no compilation happening. The libs of android_library module
are unnecessary as deps on the android_library since they aren't
being propagated to any dependencies.
So we can drop deps here.
Test: the updated test case and CI
Bug: 302290600
Change-Id: Ib43a1c273a5f3b3e0aa6f29f4e8569ad3487e451
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions