diff options
author | 2021-11-15 06:40:31 +0000 | |
---|---|---|
committer | 2021-11-15 06:40:31 +0000 | |
commit | 7b5fa4277f30287b2bbafeaf9ef146b79176e15c (patch) | |
tree | 6c74035a77a5df4401f304b7a65bf3cb222e3544 /apex/apex.go | |
parent | cb16a92ee4b546dbc7b554193d5dbd59034c87c9 (diff) | |
parent | 0234737f305252f011a24231ee31f4401d6bd72e (diff) |
Merge "Java APIs used by Mainline modules."
Diffstat (limited to 'apex/apex.go')
-rw-r--r-- | apex/apex.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apex/apex.go b/apex/apex.go index 33188cbcb..20660d345 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -424,8 +424,9 @@ type apexBundle struct { isCompressed bool // Path of API coverage generate file - apisUsedByModuleFile android.ModuleOutPath - apisBackedByModuleFile android.ModuleOutPath + nativeApisUsedByModuleFile android.ModuleOutPath + nativeApisBackedByModuleFile android.ModuleOutPath + javaApisUsedByModuleFile android.ModuleOutPath // Collect the module directory for IDE info in java/jdeps.go. modulePaths []string |