Home
last modified time | relevance | path

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

/build/soong/java/
Ddexpreopt_config.go148 type updatableBootConfig struct { struct
167 func GetUpdatableBootConfig(ctx android.PathContext) updatableBootConfig {
177 return updatableBootConfig{updatableBootJars, dexPaths, dexPathsByModuleName, dexLocations}
178 }).(updatableBootConfig)