summaryrefslogtreecommitdiff
path: root/android/apex.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/apex.go')
-rw-r--r--android/apex.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/apex.go b/android/apex.go
index b4bb67c78..c1e7a5cd0 100644
--- a/android/apex.go
+++ b/android/apex.go
@@ -965,4 +965,7 @@ type ApexExportsInfo struct {
// Path to the image profile file on host (or empty, if profile is not generated).
ProfilePathOnHost Path
+
+ // Map from the apex library name (without prebuilt_ prefix) to the dex file path on host
+ LibraryNameToDexJarPathOnHost map[string]Path
}