Merge "Don't translate "required" to unsupported "data" in android_app."

This commit is contained in:
Treehugger Robot
2023-05-10 18:14:52 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -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,
)