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

Bug: 228514588
Test: Presubmits
Change-Id: Ib964073d24f03cc3cdd389ba28b44ed96b61d841
This commit is contained in:
Romain Jobredeaux
2023-05-09 16:34:16 -04:00
parent 30208863b4
commit 56d41d0725
2 changed files with 2 additions and 1 deletions

View File

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