Home
last modified time | relevance | path

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

/aosp_15_r20/art/build/
H A Dart.go375 installCodegenCustomizer(module, staticAndSharedLibrary)
385 installCodegenCustomizer(module, staticLibrary)
404 installCodegenCustomizer(module, binary)
416 installCodegenCustomizer(module, staticAndSharedLibrary)
H A Dcodegen.go235 func installCodegenCustomizer(module android.Module, t moduleType) { func