Merge "Don't translate "required" to unsupported "data" in android_app."
This commit is contained in:
@@ -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