diff options
Diffstat (limited to 'android/apex.go')
-rw-r--r-- | android/apex.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/apex.go b/android/apex.go index 29b2a9fa8..114fe2988 100644 --- a/android/apex.go +++ b/android/apex.go @@ -88,6 +88,9 @@ type ApexInfo struct { // Returns the name of the overridden apex (com.android.foo) BaseApexName string + + // Returns the value of `apex_available_name` + ApexAvailableName string } // AllApexInfo holds the ApexInfo of all apexes that include this module. |