Bp2build Java libs for java_binary -> java_import edge
Since Bazel's java_import requires a jars attribute to be specified, the generated neverlink-duplicated module is of type java_library Change-Id: I14a866dfc583507a9462add50d95060cbfe540c5 Bug: 244210934 Test: m bp2build, go test ./bp2build, manual inspection of generated Build and jar files
This commit is contained in:
@@ -272,6 +272,9 @@ var (
|
||||
"prebuilts/tools": Bp2BuildDefaultTrue,
|
||||
"prebuilts/tools/common/m2": Bp2BuildDefaultTrue,
|
||||
|
||||
"sdk/eventanalyzer": Bp2BuildDefaultTrue,
|
||||
"sdk/dumpeventlog": Bp2BuildDefaultTrue,
|
||||
|
||||
"system/apex": Bp2BuildDefaultFalse, // TODO(b/207466993): flaky failures
|
||||
"system/apex/apexer": Bp2BuildDefaultTrue,
|
||||
"system/apex/libs": Bp2BuildDefaultTrueRecursively,
|
||||
|
Reference in New Issue
Block a user