Searched refs:AndroidMk (Results 1 – 19 of 19) sorted by relevance
/build/soong/rust/ |
D | androidmk.go | 30 AndroidMk(AndroidMkContext, *android.AndroidMkEntries) methodSpec 40 androidmk.AndroidMk(mod, data) 92 func (binary *binaryDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) { func 101 func (test *testDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) { func 120 func (benchmark *benchmarkDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries)… func 121 benchmark.binaryDecorator.AndroidMk(ctx, ret) 134 func (library *libraryDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) { func 157 func (procMacro *procMacroDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries)… func 167 func (sourceProvider *BaseSourceProvider) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEnt… func 182 func (bindgen *bindgenDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) { func [all …]
|
D | sanitize.go | 398 func (sanitize *sanitize) AndroidMk(ctx AndroidMkContext, entries *android.AndroidMkEntries) { func
|
/build/soong/phony/ |
D | phony.go | 57 func (p *phony) AndroidMk() android.AndroidMkData { func 114 func (p *PhonyRule) AndroidMk() android.AndroidMkData { func
|
/build/soong/java/ |
D | jdeps.go | 87 data := mkProvider.AndroidMk()
|
D | device_host_converter.go | 175 func (d *DeviceHostConverter) AndroidMk() android.AndroidMkData { func
|
D | system_modules.go | 184 func (system *SystemModules) AndroidMk() android.AndroidMkData { func
|
/build/bazel/rules/cc/ |
D | cc_library_common.bzl | 384 "Provides information to be passed to AndroidMk in Soong", 386 … "local_static_libs": "list of target names passed to LOCAL_STATIC_LIBRARIES AndroidMk variable", 387 …ole_static_libs": "list of target names passed to LOCAL_WHOLE_STATIC_LIBRARIES AndroidMk variable", 388 … "local_shared_libs": "list of target names passed to LOCAL_SHARED_LIBRARIES AndroidMk variable",
|
D | cc_library_shared.bzl | 481 " information to AndroidMk about LOCAL_STATIC_LIBRARIES.", 486 " information to AndroidMk about LOCAL_WHOLE_STATIC_LIBRARIES.", 491 " information to AndroidMk about LOCAL_SHARED_LIBRARIES.",
|
D | cc_library_static.bzl | 633 " information to AndroidMk about LOCAL_STATIC_LIBRARIES.", 638 " information to AndroidMk about LOCAL_WHOLE_STATIC_LIBRARIES.", 643 " information to AndroidMk about LOCAL_SHARED_LIBRARIES." +
|
/build/soong/bpf/ |
D | bpf.go | 218 func (bpf *bpf) AndroidMk() android.AndroidMkData { func
|
/build/soong/android_sdk/ |
D | sdk_repo_host.go | 240 func (s *sdkRepoHost) AndroidMk() android.AndroidMkData { func
|
/build/soong/apex/ |
D | androidmk.go | 29 func (a *apexBundle) AndroidMk() android.AndroidMkData { func
|
/build/soong/android/ |
D | androidmk.go | 61 AndroidMk() AndroidMkData methodSpec 862 data := provider.AndroidMk()
|
D | androidmk_test.go | 97 func (m *customModule) AndroidMk() AndroidMkData { func
|
D | testing.go | 1146 data := p.AndroidMk()
|
/build/soong/sysprop/ |
D | sysprop_library.go | 434 func (m *syspropLibrary) AndroidMk() android.AndroidMkData { func
|
/build/soong/genrule/ |
D | genrule.go | 601 func (g *Module) AndroidMk() android.AndroidMkData { func
|
/build/bazel/rules/apex/ |
D | cc.bzl | 33 "AndroidMk data about CC targets in APEXes",
|
/build/bazel/docs/ |
D | concepts.md | 148 the AndroidMk singleton to generate .mk files in the output directory
|