Searched refs:Module (Results 1 – 3 of 3) sorted by relevance
1 # Building the ART Module8 The recommended way to build the ART Module is to use the `master-art` manifest,11 The ART Module is available as a debug variant, `com.android.art.debug.apex`,76 2. Ensure the ART Module is built from source:111 Prebuilts are used for the ART Module dependencies that have sources outside the112 `master-art` manifest. Conversely the ART Module may be a prebuilt when used in118 Module.124 * `packages/modules/ArtPrebuilt` for the ART Module APEX packages, if present.126 * `prebuilts/module_sdk/art` for the ART Module SDK and other tools, needed to127 build platform images and other modules that depend on the ART Module.
306 if ctx.Os() != ctx.Config().BuildOS || ctx.Target().HostCross || ctx.Module().IsSkipInstall() {351 func artGlobalDefaultsFactory() android.Module {359 func artDefaultsFactory() android.Module {367 func artLibrary() android.Module {377 func artStaticLibrary() android.Module {386 func artBinary() android.Module {396 func artTest() android.Module {408 func artTestLibrary() android.Module {
235 func installCodegenCustomizer(module android.Module, t moduleType) { argument