Home
last modified time | relevance | path

Searched refs:BaseMutatorContext (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dndk_library.go108 func ndkLibraryVersions(ctx android.BaseMutatorContext, from android.ApiLevel) []string { argument
122 func (this *stubDecorator) stubsVersions(ctx android.BaseMutatorContext) []string {
Dlibrary.go923 stubsVersions(ctx android.BaseMutatorContext) []string argument
1792 func (library *libraryDecorator) stubsVersions(ctx android.BaseMutatorContext) []string {
/build/blueprint/
Dmodule_ctx.go798 type BaseMutatorContext interface { interface
810 BaseMutatorContext
836 BaseMutatorContext
844 BaseMutatorContext
/build/soong/android/
Darch.go1213 func getArchProperties(ctx BaseMutatorContext, archProperties interface{}, arch Arch, os OsType, na… argument