Home
last modified time | relevance | path

Searched defs:ApiSurface (Results 1 – 3 of 3) sorted by relevance

/build/soong/multitree/
Dapi_surface.go38 type ApiSurface struct { struct
39 android.ModuleBase
40 ExportableModuleBase
41 properties apiSurfaceProperties
43 allOutputs android.Paths
44 taggedOutputs map[string]android.Paths
59 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 …]
/build/soong/android/
Dapi_domain.go31 type ApiSurface int type
/build/soong/java/
Djava.go1675 func (al *ApiLibrary) ApiSurface() *string { func