Searched refs:Custom (Results 1 – 13 of 13) sorted by relevance
/build/make/tools/acp/ |
D | Android.bp | 3 // Custom version of cp.
|
/build/soong/phony/ |
D | phony.go | 56 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
/build/soong/android/ |
D | filegroup.go | 84 Custom: func(w io.Writer, name, prefix, moduleDir string, data AndroidMkData) {
|
D | androidmk_test.go | 36 Custom: func(w io.Writer, name, prefix, moduleDir string, data AndroidMkData) {
|
D | androidmk.go | 57 Custom func(w io.Writer, name, prefix, moduleDir string, data AndroidMkData) member 579 if data.Custom != nil { 580 data.Custom(w, name, prefix, blueprintDir, data)
|
/build/soong/bpf/ |
D | bpf.go | 106 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
/build/soong/apex/ |
D | apex_test.go | 507 data.Custom(&builder, ab.BaseModuleName(), "TARGET_", "", data) 2203 data.Custom(&builder, name, prefix, "", data) 2294 data.Custom(&builder, name, prefix, "", data) 2325 data.Custom(&builder, name, prefix, "", data) 2353 data.Custom(&builder, name, prefix, "", data) 3407 data.Custom(&builder, name, prefix, "", data) 3964 data.Custom(&builder, name, prefix, "", data) 3976 data.Custom(&builder, name, prefix, "", data) 4000 mk.Custom(&builder, ab.Name(), "TARGET_", "", mk) 4713 data.Custom(&builder, name, "TARGET_", "", data) [all …]
|
D | androidmk.go | 289 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
/build/soong/java/ |
D | system_modules.go | 178 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
/build/soong/docs/ |
D | best_practices.md | 107 ## Custom build tools 112 * Custom Soong Plugin: Add to `Outputs` or `ImplicitOutputs`
|
/build/soong/sysprop/ |
D | sysprop_library.go | 293 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
/build/soong/genrule/ |
D | genrule.go | 548 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
/build/soong/androidmk/androidmk/ |
D | androidmk_test.go | 532 # Custom
|