Searched refs:Custom (Results 1 – 11 of 11) sorted by relevance
/build/make/tools/acp/ |
D | Android.bp | 3 // Custom version of cp.
|
/build/soong/phony/ |
D | phony.go | 51 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
/build/soong/bpf/ |
D | bpf.go | 119 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
/build/soong/android/ |
D | androidmk.go | 73 Custom func(w io.Writer, name, prefix, moduleDir string, data AndroidMkData) member 832 if data.Custom != nil { 852 data.Custom(w, name, prefix, blueprintDir, data)
|
/build/soong/apex/ |
D | apex_test.go | 522 data.Custom(&builder, ab.BaseModuleName(), "TARGET_", "", data) 2410 data.Custom(&builder, name, prefix, "", data) 2574 data.Custom(&builder, name, prefix, "", data) 2603 data.Custom(&builder, name, prefix, "", data) 3684 data.Custom(&builder, name, prefix, "", data) 4941 data.Custom(&builder, name, prefix, "", data) 4953 data.Custom(&builder, name, prefix, "", data) 4980 mk.Custom(&builder, ab.Name(), "TARGET_", "", mk) 5628 data.Custom(&builder, name, "TARGET_", "", data) 6063 data.Custom(&builder, name, prefix, "", data) [all …]
|
D | androidmk.go | 355 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
/build/soong/java/ |
D | system_modules.go | 185 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 | 331 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
/build/soong/genrule/ |
D | genrule.go | 590 Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
|
/build/soong/androidmk/androidmk/ |
D | androidmk_test.go | 532 # Custom
|