Home
last modified time | relevance | path

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

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