Merge "Don't translate "required" to unsupported "data" in android_app."
This commit is contained in:
@@ -80,6 +80,7 @@ android_app {
|
||||
static_libs: ["static_lib_dep"],
|
||||
java_version: "7",
|
||||
certificate: "foocert",
|
||||
required: ["static_lib_dep"],
|
||||
}
|
||||
`,
|
||||
ExpectedBazelTargets: []string{
|
||||
|
@@ -1622,7 +1622,7 @@ func (a *AndroidApp) ConvertWithBp2build(ctx android.TopDownMutatorContext) {
|
||||
|
||||
ctx.CreateBazelTargetModule(
|
||||
props,
|
||||
android.CommonAttributes{Name: a.Name()},
|
||||
android.CommonAttributes{Name: a.Name(), SkipData: proptools.BoolPtr(true)},
|
||||
appAttrs,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user