Home
last modified time | relevance | path

Searched refs:ApexAvailable (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dapex.go172 func (m *ApexModuleBase) ApexAvailable() []string { func
/build/soong/sdk/
Dupdate.go701 if apexAware, ok := variant.(interface{ ApexAvailable() []string }); ok {
702 apexAvailable := apexAware.ApexAvailable()