Home
last modified time | relevance | path

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

/art/build/
Dart.go420 ….AddLoadHook(module, func(ctx android.LoadHookContext) { codegen(ctx, c, staticAndSharedLibrary) })
428 ….AddLoadHook(module, func(ctx android.LoadHookContext) { codegen(ctx, c, staticAndSharedLibrary) })
444 installCodegenCustomizer(module, staticAndSharedLibrary)
485 installCodegenCustomizer(module, staticAndSharedLibrary)
Dcodegen.go37 staticAndSharedLibrary = moduleType{true, true, true} var