Home
last modified time | relevance | path

Searched refs:Hostdex (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/java/
H A Dbase.go219 Hostdex *bool member
222 Hostdex struct {
539 if what == android.AvailableToPlatform && Bool(j.deviceProperties.Hostdex) {
1202 if j.deviceProperties.Hostdex == nil {
1203 j.deviceProperties.Hostdex = proptools.BoolPtr(true)
H A Dandroidmk.go25 hostDexNeeded := Bool(library.deviceProperties.Hostdex) && !library.Host()
41 Required: library.deviceProperties.Target.Hostdex.Required,