Searched refs:installable (Results 1 – 20 of 20) sorted by relevance
/build/soong/apex/ |
D | platform_bootclasspath_test.go | 212 installable: true, 231 installable: true, 263 installable: true, 379 installable: true,
|
D | classpath_element_test.go | 97 installable: true, 106 installable: true, 140 installable: true, 183 installable: true,
|
D | systemserver_classpath_fragment_test.go | 52 installable: true,
|
D | key.go | 67 func (m *apexKey) installable() bool { func 133 if m, ok := module.(*apexBundle); ok && m.Enabled() && m.installable() { 149 if m, ok := module.(*Prebuilt); ok && m.Enabled() && m.installable() &&
|
D | bootclasspath_fragment_test.go | 61 installable: true, 154 installable: true, 305 installable: true, 314 installable: true, 667 installable: true, 818 installable: true, 981 installable: true, 1139 installable: true,
|
D | androidmk.go | 358 if a.installable() { 388 fmt.Fprintln(w, "LOCAL_UNINSTALLABLE_MODULE :=", !a.installable())
|
D | builder.go | 818 if a.installable() { 840 if a.installable() {
|
D | apex.go | 1298 func (a *apexBundle) installable() bool { func 2044 a.linkToSystemLib = !ctx.Config().UnbundledBuild() && a.installable() 2079 if a.installable() {
|
D | apex_test.go | 6444 installable: true,
|
/build/soong/java/ |
D | dexpreopt_test.go | 47 installable: true, 91 installable: true,
|
D | dexpreopt_bootjars_test.go | 36 installable: true,
|
D | java.go | 1003 func InitTestHost(th *TestHost, installable *bool, testSuites []string, autoGenConfig *bool) { 1004 th.properties.Installable = installable
|
D | app_test.go | 2294 installable: true,
|
/build/soong/linkerconfig/ |
D | linkerconfig.go | 152 installable := proptools.BoolDefault(l.properties.Installable, true) 160 entries.SetBoolIfTrue("LOCAL_UNINSTALLABLE_MODULE", !installable)
|
D | linkerconfig_test.go | 76 installable: false,
|
/build/soong/sdk/ |
D | cc_sdk_test.go | 139 installable: false, 653 installable: false, 756 installable: false, 923 installable: false, 944 installable: false, 1047 installable: false, 1355 installable: false, 1487 installable: false, 1672 installable: false, 1788 installable: false, [all …]
|
D | update.go | 1055 if installable, ok := variant.(interface{ EverInstallable() bool }); ok { 1056 if installable.EverInstallable() {
|
/build/soong/dexpreopt/ |
D | testing.go | 67 installable: true,
|
/build/soong/androidmk/androidmk/ |
D | androidmk_test.go | 591 installable: true, 596 installable: false, 601 installable: true,
|
/build/soong/rust/ |
D | rust.go | 621 func (mod *Module) installable(apexInfo android.ApexInfo) bool { func 826 if mod.installable(apexInfo) {
|