diff options
author | 2024-09-06 06:07:42 +0000 | |
---|---|---|
committer | 2024-09-06 06:07:42 +0000 | |
commit | fae5ec8bbca887066716029a4923c110d819c958 (patch) | |
tree | 9ca819979f6141bab733c14445fe7b8083ed3744 /android/apex.go | |
parent | 4301e29a02937b1ef1b50e7660ee33205bc33d9c (diff) | |
parent | 003452ff9c3b0dfe57be563d647c9a8dd76e0569 (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.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. |