Searched defs:AndroidMkContext (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/build/soong/cc/ |
H A D | androidmk.go | 36 type AndroidMkContext interface { interface 55 prepareAndroidMKProviderInfo(android.Config, AndroidMkContext, *android.AndroidMkInfo) argument 59 prepareAndroidMKFooterInfo(android.Config, AndroidMkContext, *android.AndroidMkInfo) argument 172 func makeOverrideModuleNames(ctx AndroidMkContext, overrides []string) []string { 228 …aryDecorator) prepareAndroidMKProviderInfo(config android.Config, ctx AndroidMkContext, entries *a… 293 …objectLinker) prepareAndroidMKProviderInfo(config android.Config, ctx AndroidMkContext, entries *a… 297 func (object *objectLinker) prepareAndroidMKFooterInfo(config android.Config, ctx AndroidMkContext,… 329 func (test *testDecorator) prepareAndroidMKProviderInfo(config android.Config, ctx AndroidMkContext… 335 …aryDecorator) prepareAndroidMKProviderInfo(config android.Config, ctx AndroidMkContext, entries *a… 357 …arkDecorator) prepareAndroidMKProviderInfo(config android.Config, ctx AndroidMkContext, entries *a… [all …]
|
/aosp_15_r20/build/soong/rust/ |
H A D | androidmk.go | 23 type AndroidMkContext interface { interface 30 AndroidMk(AndroidMkContext, *android.AndroidMkEntries) argument 92 func (binary *binaryDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) { 101 func (test *testDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) { 120 func (benchmark *benchmarkDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries)… 134 func (library *libraryDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) { 157 func (procMacro *procMacroDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries)… 167 func (sourceProvider *BaseSourceProvider) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEnt… 182 func (bindgen *bindgenDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) { 186 func (proto *protobufDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) { [all …]
|