From 4e77284ab45ff1e49b8ca7993516c32152467d10 Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Wed, 24 Jun 2020 12:10:42 +0100 Subject: Include resources in sdk snapshot of java library impl Bug: 159607838 Test: m nothing Change-Id: Ie7ddbffc3957f832abfadb27292c436e8e5dcbf3 --- java/java.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/java.go') 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())) } -- cgit v1.2.3-59-g8ed1b