summaryrefslogtreecommitdiff
path: root/android/apex.go
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-09-06 06:07:42 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-09-06 06:07:42 +0000
commitfae5ec8bbca887066716029a4923c110d819c958 (patch)
tree9ca819979f6141bab733c14445fe7b8083ed3744 /android/apex.go
parent4301e29a02937b1ef1b50e7660ee33205bc33d9c (diff)
parent003452ff9c3b0dfe57be563d647c9a8dd76e0569 (diff)
Merge changes I505a7ad8,I92d88199 into main
* changes: Disable source apex variant using apex_available_name Skip `contents` validation of source bootclasspath fragments
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 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.