Home
last modified time | relevance | path

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

/art/build/
Dart.go370 installCodegenCustomizer(module, true)
380 installCodegenCustomizer(module, true)
398 installCodegenCustomizer(module, false)
410 installCodegenCustomizer(module, false)
Dcodegen.go161 func installCodegenCustomizer(module android.Module, library bool) { func