Don't translate "required" to unsupported "data" in android_app.
Bug: 228514588 Test: Presubmits Change-Id: Ib964073d24f03cc3cdd389ba28b44ed96b61d841
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user