diff options
| author | 2020-06-24 14:24:03 +0000 | |
|---|---|---|
| committer | 2020-06-24 14:24:03 +0000 | |
| commit | 29abfb7fd159fadc2305814222b8db41115c877c (patch) | |
| tree | 80097970d5537e83d15dd67147793577cbd59015 /java/java.go | |
| parent | c487ae15ba747ba06c0c72f357228bb933811629 (diff) | |
| parent | 4e77284ab45ff1e49b8ca7993516c32152467d10 (diff) | |
Merge "Include resources in sdk snapshot of java library impl"
Diffstat (limited to 'java/java.go')
| -rw-r--r-- | java/java.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java.go b/java/java.go index 7a4255745..7d32c3406 100644 --- a/java/java.go +++ b/java/java.go @@ -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())) } |