Searched refs:installable (Results 1 – 6 of 6) sorted by relevance
/build/soong/java/ |
D | dexpreopt_test.go | 41 installable: true, 70 installable: true,
|
D | dexpreopt_bootjars_test.go | 38 installable: true,
|
/build/soong/apex/ |
D | key.go | 64 func (m *apexKey) installable() bool { func 112 if m, ok := module.(*apexBundle); ok && m.Enabled() && m.installable() { 119 if m, ok := module.(*Prebuilt); ok && m.Enabled() && m.installable() &&
|
D | apex.go | 161 if a.installable() && !a.testApex { 550 func (a *apexBundle) installable() bool { func 1043 if a.installable() && (!ctx.Config().FlattenApex() || apexType.zip()) { 1049 if a.installable() { 1190 if a.installable() { 1216 fmt.Fprintln(w, "LOCAL_UNINSTALLABLE_MODULE :=", !a.installable()) 1325 func (p *Prebuilt) installable() bool { func 1400 if p.installable() { 1422 fmt.Fprintln(w, "LOCAL_UNINSTALLABLE_MODULE :=", !p.installable())
|
/build/soong/bpfix/bpfix/ |
D | bpfix_test.go | 538 installable: true, 544 installable: true, 586 installable: true,
|
/build/soong/androidmk/cmd/androidmk/ |
D | androidmk_test.go | 587 installable: true, 592 installable: false, 597 installable: true,
|