Merge "Include resources in sdk snapshot of java library impl" am: 29abfb7fd1
am: 742dfaa142
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1348682 Change-Id: I02456391e111a91721aa04be044f41f59e7d3183
This commit is contained in:
@@ -44,7 +44,7 @@ func init() {
|
||||
PropertyName: "java_libs",
|
||||
},
|
||||
func(j *Library) android.Path {
|
||||
implementationJars := j.ImplementationJars()
|
||||
implementationJars := j.ImplementationAndResourcesJars()
|
||||
if len(implementationJars) != 1 {
|
||||
panic(fmt.Errorf("there must be only one implementation jar from %q", j.Name()))
|
||||
}
|
||||
|
Reference in New Issue
Block a user