Searched defs:ModuleConfig (Results 1 – 4 of 4) sorted by relevance
/aosp12/build/soong/dexpreopt/ |
H A D | config.go | 114 type ModuleConfig struct { struct 115 Name string 118 DexPath android.Path 120 UncompressedDex bool 121 HasApkLibraries bool 122 PreoptFlags []string 125 ProfileIsTextListing bool 144 NoCreateAppImage bool 145 ForceCreateAppImage bool 147 PresignedPrebuilt bool [all …]
|
H A D | dexpreopt.go | 55 global *GlobalConfig, module *ModuleConfig) (rule *android.RuleBuilder, err error) { 103 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool { 131 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { 172 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { 205 module *ModuleConfig, rule *android.RuleBuilder, archIdx int, profile android.WritablePath, 467 func shouldGenerateDM(module *ModuleConfig, global *GlobalConfig) bool { 496 func odexOnSystemOther(module *ModuleConfig, global *GlobalConfig) bool {
|
/aosp12/hardware/interfaces/broadcastradio/1.1/default/ |
H A D | BroadcastRadio.h | 37 struct ModuleConfig { struct 38 std::string productName; 39 std::vector<AmFmBandConfig> amFmBands;
|
/aosp12/build/soong/dexpreopt/dexpreopt_gen/ |
H A D | dexpreopt_gen.go | 164 global *dexpreopt.GlobalConfig, module *dexpreopt.ModuleConfig, dexpreoptScriptPath string) {
|