commit | ee51bd6588ceb122dbf5f6d12bc398a1ce7f37ed | [log] [tgz] |
---|---|---|
author | Alix <agespino@google.com> | Tue Aug 29 16:01:46 2023 +0000 |
committer | Alix <agespino@google.com> | Thu Sep 21 03:58:24 2023 +0000 |
tree | a6a0bd058f5d3d4eb8a00a4bb38e825d3833bd36 | |
parent | 8d3ea47ec1b5af9b183f9a2ea0e5eb09d7dfb73c [diff] [blame] |
Mark android_* modules with java_resources as unconvertible Change-Id: I9da921feaf9edb5fe7d1b1cb733494f90d8c64b3 BUG: 300470246
diff --git a/java/aar.go b/java/aar.go index f28d971..8f5deab 100644 --- a/java/aar.go +++ b/java/aar.go
@@ -1352,6 +1352,9 @@ if !supported { return } + if hasJavaResources := aaptAttrs.ConvertJavaResources(ctx, commonAttrs); hasJavaResources { + return + } ctx.CreateBazelTargetModule( props, android.CommonAttributes{Name: name},