commit | 56d41d0725db796671d661118e9b769a77b644e4 | [log] [tgz] |
---|---|---|
author | Romain Jobredeaux <jobredeaux@google.com> | Tue May 09 16:34:16 2023 -0400 |
committer | Romain Jobredeaux <jobredeaux@google.com> | Tue May 09 16:37:23 2023 -0400 |
tree | 7a272d348ab2f0cd882d2ad6325be7783e083461 | |
parent | 30208863b4ffdf48bd75549a20d083ef8950c3a2 [diff] [blame] |
Don't translate "required" to unsupported "data" in android_app. Bug: 228514588 Test: Presubmits Change-Id: Ib964073d24f03cc3cdd389ba28b44ed96b61d841
diff --git a/java/app.go b/java/app.go index 7bb8cdb..2083772 100755 --- a/java/app.go +++ b/java/app.go
@@ -1570,7 +1570,7 @@ ctx.CreateBazelTargetModule( props, - android.CommonAttributes{Name: a.Name()}, + android.CommonAttributes{Name: a.Name(), SkipData: proptools.BoolPtr(true)}, appAttrs, )