Merge changes I505a7ad8,I92d88199 into main

* changes:
  Disable source apex variant using apex_available_name
  Skip `contents` validation of source bootclasspath fragments
This commit is contained in:
Treehugger Robot
2024-09-06 06:07:42 +00:00
committed by Gerrit Code Review
5 changed files with 22 additions and 3 deletions

View File

@@ -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.