summaryrefslogtreecommitdiff
path: root/apex/apex.go
diff options
context:
space:
mode:
author Laura Tsai <lauratsai@google.com> 2021-11-10 07:00:38 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-11-10 07:00:38 +0000
commit33b60e4983c262e283429e91b707d2660e32c80c (patch)
treeaf79033348d081646b82406ec390a561994e158d /apex/apex.go
parent45f97c6a1e712a771ce0eedf63dfa95269c27b57 (diff)
parentbe3c7eacfe852c3b3107fb58a5f1a355c6f887b8 (diff)
Merge "Revert "Add scripts to generate java APIs used by Mainline modules.""
Diffstat (limited to 'apex/apex.go')
-rw-r--r--apex/apex.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/apex/apex.go b/apex/apex.go
index 20660d345..33188cbcb 100644
--- a/apex/apex.go
+++ b/apex/apex.go
@@ -424,9 +424,8 @@ type apexBundle struct {
isCompressed bool
// Path of API coverage generate file
- nativeApisUsedByModuleFile android.ModuleOutPath
- nativeApisBackedByModuleFile android.ModuleOutPath
- javaApisUsedByModuleFile android.ModuleOutPath
+ apisUsedByModuleFile android.ModuleOutPath
+ apisBackedByModuleFile android.ModuleOutPath
// Collect the module directory for IDE info in java/jdeps.go.
modulePaths []string