Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go1132 Patch_module *string
1165 props.Patch_module = module.properties.Patch_module
Djava.go227 Patch_module *string `android:"arch_variant"` member
1282 if j.properties.Patch_module != nil && flags.javaVersion.usesJavaModules() {
1291 …javacFlags = append(javacFlags, "--patch-module="+String(j.properties.Patch_module)+"="+patchPaths)