diff options
| author | 2022-02-03 21:29:01 +0000 | |
|---|---|---|
| committer | 2022-02-03 21:29:01 +0000 | |
| commit | abf2323829f7e552ddd035f0518f64b3d6635d0f (patch) | |
| tree | 66a1231659c8e218b25d5f2e0302111714934dda /java/java.go | |
| parent | 06f61753acb30014c5b292f78a220371387c4c06 (diff) | |
| parent | 99a81c8dfd64b10b58bfa6b7ed9bf5597e4489b0 (diff) | |
Merge "Use common java library attributes for android_app bp2build converter." am: 99a81c8dfd
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1969119
Change-Id: I124df7f67ba7066b73bd3bc3c234e5c1b78aec07
Diffstat (limited to 'java/java.go')
| -rw-r--r-- | java/java.go | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/java/java.go b/java/java.go index 7a2a99195..e55f04599 100644 --- a/java/java.go +++ b/java/java.go @@ -2011,6 +2011,7 @@ type javaLibraryAttributes struct {  }  func (m *Library) convertLibraryAttrsBp2Build(ctx android.TopDownMutatorContext) *javaLibraryAttributes { +	//TODO(b/209577426): Support multiple arch variants  	srcs := bazel.MakeLabelListAttribute(android.BazelLabelForModuleSrcExcludes(ctx, m.properties.Srcs, m.properties.Exclude_srcs))  	attrs := &javaLibraryAttributes{  		Srcs: srcs,  |