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 2ac6ed08d..683e50162 100644
--- a/android/apex.go
+++ b/android/apex.go
@@ -84,6 +84,9 @@ type ApexInfo struct {
// Returns the name of the test apexes that this module is included in.
TestApexes []string
+
+ // Returns the name of the overridden apex (com.android.foo)
+ BaseApexName string
}
// AllApexInfo holds the ApexInfo of all apexes that include this module.