summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-11-14 11:47:51 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-11-14 11:47:51 +0000
commitad9eab8b51f9e38b287d4ab42880d724970126bf (patch)
tree80a1509102d8fb857ef51b57aa7c2c094c118d4d /java/java.go
parent8ed9032948f5bb15ccfc73cb053b5007de07f665 (diff)
parent8fd6192480f244c8188450b99ab310cc77caab38 (diff)
Merge "APEX can be flattened"
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/java.go b/java/java.go
index 50c284a94..fef9a215d 100644
--- a/java/java.go
+++ b/java/java.go
@@ -330,6 +330,10 @@ func (j *Module) Srcs() android.Paths {
return android.Paths{j.outputFile}
}
+func (j *Module) DexJarFile() android.Path {
+ return j.dexJarFile
+}
+
var _ android.SourceFileProducer = (*Module)(nil)
type Dependency interface {