summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-06-01 21:39:15 +0900
committerJiyong Park <jiyong@google.com>2020-06-02 11:54:01 +0900
commit77acec63fec7d2f3e08f56954a4fb70f7906b2ed (patch)
tree899cb91cf51720fad907b0d1b967e3d0f919e105 /java/java.go
parent0e666433cd02a12ec9a2ea80c1427a964cde293b (diff)
dex_import can be added to apex
Bug:157886942 Test: m Change-Id: Ida6f7bb784efe74cc1fa0e8d370eaee803f08b0f
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 76bfa86d6..eaf0fe968 100644
--- a/java/java.go
+++ b/java/java.go
@@ -2691,6 +2691,10 @@ func (j *DexImport) Stem() string {
return proptools.StringDefault(j.properties.Stem, j.ModuleBase.Name())
}
+func (a *DexImport) JacocoReportClassesFile() android.Path {
+ return nil
+}
+
func (j *DexImport) IsInstallable() bool {
return true
}