Searched defs:ApiSurface (Results 1 – 3 of 3) sorted by relevance
38 type ApiSurface struct { struct39 android.ModuleBase40 ExportableModuleBase41 properties apiSurfaceProperties43 allOutputs android.Paths44 taggedOutputs map[string]android.Paths59 func (surface *ApiSurface) DepsMutator(ctx android.BottomUpMutatorContext) {65 func (surface *ApiSurface) GenerateAndroidBuildActions(ctx android.ModuleContext) {93 func (surface *ApiSurface) OutputFiles(tag string) (android.Paths, error) {100 func (surface *ApiSurface) TaggedOutputs() map[string]android.Paths {[all …]
31 type ApiSurface int type
1675 func (al *ApiLibrary) ApiSurface() *string { func