Home
last modified time | relevance | path

Searched defs:AndroidMkContext (Results 1 – 2 of 2) sorted by relevance

/build/soong/rust/
Dandroidmk.go23 type AndroidMkContext interface { interface
30 AndroidMk(AndroidMkContext, *android.AndroidMkEntries) argument
92 func (binary *binaryDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) {
98 func (test *testDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) {
117 func (benchmark *benchmarkDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries)…
131 func (library *libraryDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) {
151 func (procMacro *procMacroDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries)…
157 func (sourceProvider *BaseSourceProvider) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEnt…
172 func (bindgen *bindgenDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) {
176 func (proto *protobufDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) {
[all …]
/build/soong/cc/
Dandroidmk.go36 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…
289 …objectLinker) prepareAndroidMKProviderInfo(config android.Config, ctx AndroidMkContext, entries *a…
293 func (object *objectLinker) prepareAndroidMKFooterInfo(config android.Config, ctx AndroidMkContext,…
325 func (test *testDecorator) prepareAndroidMKProviderInfo(config android.Config, ctx AndroidMkContext
331 …aryDecorator) prepareAndroidMKProviderInfo(config android.Config, ctx AndroidMkContext, entries *a…
352 …arkDecorator) prepareAndroidMKProviderInfo(config android.Config, ctx AndroidMkContext, entries *a…
[all …]