Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 32) sorted by relevance

12

/art/build/
Dart.go381 module := apex.ApexBundleFactory(true /*testApex*/, true /*artApex*/)
382 android.AddLoadHook(module, func(ctx android.LoadHookContext) {
399 return module
403 module := artDefaultsFactory()
404 android.AddLoadHook(module, addImplicitFlags)
405 android.AddLoadHook(module, globalDefaults)
407 return module
411 module := artDefaultsFactory()
412 android.AddLoadHook(module, debugDefaults)
414 return module
[all …]
Dbuild-art-module.sh17 --skip-module-sdk) skip_module_sdk=true ;;
54 art-module-sdk
55 art-module-host-exports
56 art-module-test-exports
100 for module in ${MAINLINE_MODULES[*]}; do
101 echo_and_run cp ${PRODUCT_OUT}/system/apex/${module}.apex \
DREADME.md3 ART is built as a module in the form of an APEX package, `com.android.art.apex`.
9 which only has the sources and dependencies required for the module.
21 the module. It is also mutually exclusive with the other ones.
24 ## Building as a module on `master-art`
44 instead the Google variant of the module and product:
55 To build the debug variant of the module, specify `com.android.art.debug`
58 3. Build the module:
64 4. Install the module and reboot:
77 module build on `master-art` above (b/172480617).
127 packages/modules/ArtPrebuilt/update-art-module-prebuilts.py \
Dcodegen.go231 func installCodegenCustomizer(module android.Module, t moduleType) {
233 android.AddLoadHook(module, func(ctx android.LoadHookContext) { codegen(ctx, c, t) })
234 module.AddProperties(c)
DAndroid.bp203 // When the module is enabled globally in the soong_config_variables
204 // stanza above, it may get enabled on windows too for some module
332 // Use this to enable a cc_* module only when building ART from sources.
358 // Use this to enable a java_* module only when building ART from sources.
402 // required module "libjavacrypto" is disabled on darwin
/art/libartbase/base/
Dlogging.h107 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) argument
111 #define VLOG(module) if (VLOG_IS_ON(module)) LOG(INFO) argument
143 #define VLOG_STREAM(module) \ argument
144 ::art::VlogMessage(VLOG_IS_ON(module), \
/art/build/sdk/
DAndroid.bp41 // The SDK for the art module apex.
43 name: "art-module-sdk",
93 // Needed by any module that builds against any non-numeric
101 // Needed by any module that builds against any non-numeric
109 // Needed by any module that builds against an sdk_version of
120 "art.module.public.api",
124 "art-module-public-api-stubs-system-modules",
125 "art-module-lib-api-stubs-system-modules",
126 "art-module-intra-core-api-stubs-system-modules",
128 "core-module-lib-stubs-system-modules",
[all …]
/art/tools/
DAndroid.bp68 // On device we require the ART APEX, but its Soong module name may
80 // When the module is enabled globally in the soong_config_variables
96 // On device we require the ART APEX, but its Soong module name may
Ddex2oat_wrapper82 for module in ${modules}; do
83 case "$module" in
88 result+="${separator}${prefix}/apex/${apex}/javalib/${module}.jar"
Dart561 for module in ${modules}; do
562 case "$module" in
567 result+="${separator}${prefix}/apex/${apex}/javalib/${module}.jar"
/art/odrefresh/
DAndroid.bp77 sdk_version: "minimum", // The minimum sdk version required by users of this module.
182 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
203 …cmd: "$(location stats-log-api-gen) --header $(genDir)/statslog_odrefresh.h --module art --namespa…
212 …cmd: "$(location stats-log-api-gen) --cpp $(genDir)/statslog_odrefresh.cpp --module art --namespac…
/art/build/boot/
DAndroid.bp41 "art.module.public.api",
47 "art.module.public.api.stubs.module_lib",
/art/test/
DREADME.atest.md21 system by a Soong module name following the `art-run-test-`*`<test-directory>`*
24 You can run a specific ART run-test on device by passing its Soong module name
75 5. uninstalls the module.
91 --module ArtGtestsTargetInstallApex --test '*JniInternalTest*'
/art/runtime/
Dmodule_exclusion_test.cc36 explicit ModuleExclusionTest(const std::string& module) in ModuleExclusionTest() argument
38 module_(module) {} in ModuleExclusionTest()
DAndroid.bp464 // the ART module namespace through an entry in requireNativeLibs in
798 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
845 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
1008 …cmd: "$(location stats-log-api-gen) --header $(genDir)/statslog_art.h --module art --namespace art…
1017 …cmd: "$(location stats-log-api-gen) --cpp $(genDir)/statslog_art.cpp --module art --namespace art,…
/art/libdexfile/
DAndroid.bp287 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
419 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
503 // This is not allowed in any module that may end up in an APEX or platform
516 // copies in the depending module.
/art/build/apex/
DAndroid.bp1 // ART APEX module
24 // Modules listed in LOCAL_REQUIRED_MODULES for module art-runtime in art/Android.mk.
310 // Release version of the ART APEX module (not containing debug
319 // "Debug" version of the ART APEX module (containing both release and
353 // "Testing" version of the ART APEX module (containing both release
/art/cmdline/
DAndroid.bp45 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/dexlist/
DAndroid.bp71 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/dexdump/
DAndroid.bp85 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/dexoptanalyzer/
DAndroid.bp112 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/sigchainlib/
DAndroid.bp91 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/tools/cpp-define-generator/
DAndroid.bp91 // When the module is enabled globally in the soong_config_variables
/art/profman/
DAndroid.bp173 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/libartpalette/
DAndroid.bp129 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.

12