Home
last modified time | relevance | path

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

12

/art/build/
Dart.go352 module := artDefaultsFactory()
353 android.AddLoadHook(module, addImplicitFlags)
354 android.AddLoadHook(module, globalDefaults)
356 return module
361 module := cc.DefaultsFactory(c)
362 …android.AddLoadHook(module, func(ctx android.LoadHookContext) { codegen(ctx, c, staticAndSharedLib…
364 return module
368 module := cc.LibraryFactory()
370 installCodegenCustomizer(module, staticAndSharedLibrary)
372 android.AddLoadHook(module, addImplicitFlags)
[all …]
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.
17 the module. It is also mutually exclusive with the other ones.
20 ## Building as a module on `master-art`
38 unbundled module build:
49 To build the debug variant of the module, specify `com.android.art.debug`
52 3. Build the module:
58 4. Install the module and reboot:
71 module build on `master-art` above (b/172480617).
78 Active development on ART module happens in `trunk_staging` release
[all …]
Dgo.mod1 module art
Dcodegen.go235 func installCodegenCustomizer(module android.Module, t moduleType) {
237 android.AddLoadHook(module, func(ctx android.LoadHookContext) { codegen(ctx, c, t) })
238 module.AddProperties(c)
DAndroid.bp198 // When the module is enabled globally in the soong_config_variables
199 // stanza above, it may get enabled on windows too for some module
339 // 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), \
Dtesting.cc66 for (const std::string& module : modules) { in GetLibCoreDexFileNames() local
67 result.push_back(GetDexFileName(module, prefix)); in GetLibCoreDexFileNames()
/art/build/sdk/
DAndroid.bp33 // The SDK for the art module apex.
35 name: "art-module-sdk",
89 // Needed by any module that builds against any non-numeric
107 "art.module.public.api",
111 "art-module-public-api-stubs-system-modules",
112 "art-module-lib-api-stubs-system-modules",
113 "art-module-intra-core-api-stubs-system-modules",
136 name: "art-module-host-exports",
149 "art.module.api.annotations",
184 name: "art-module-test-exports",
/art/tools/
Ddex2oat_wrapper87 for module in ${modules}; do
88 case "$module" in
93 result+="${separator}${prefix}/apex/${apex}/javalib/${module}.jar"
DAndroid.bp54 // On device we require the ART APEX, but its Soong module name may
66 // When the module is enabled globally in the soong_config_variables
82 // On device we require the ART APEX, but its Soong module name may
118 // When the module is enabled globally in the soong_config_variables
Dart578 for module in ${modules}; do
579 case "$module" in
584 result+="${separator}${prefix}/apex/${apex}/javalib/${module}.jar"
/art/build/apex/
DAndroid.bp1 // ART APEX module
114 // or than trying to make the test compilation depend on the apex module.
185 "s-launched-apex-module",
257 // "Broken" test APEX, only used for testing, including module
261 // Use of "s-launched-apex-module" does not imply that this is a released
262 // module.
265 "s-launched-apex-module",
270 // as they'd pull the "non-broken" `libart` module into this test
302 // Release version of the ART APEX module (not containing debug
315 // "Debug" version of the ART APEX module (containing both release and
[all …]
Dmanifest-art.json5 // Placeholder module version to be replaced during build.
/art/odrefresh/
DAndroid.bp85 sdk_version: "minimum", // The minimum sdk version required by users of this module.
97 // Same header as above, but for use within the ART module. This is separated
99 // dependency of the ART module exported by the platform.
226 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
262 …cmd: "$(location stats-log-api-gen) --header $(genDir)/statslog_odrefresh.h --module art --namespa…
271 …cmd: "$(location stats-log-api-gen) --cpp $(genDir)/statslog_odrefresh.cpp --module art --namespac…
/art/libartservice/service/
DAndroid.bp76 "framework-system-server-module-defaults",
90 // TODO(b/256866172): Transitive dependency, for r8 only. This module
129 "framework-system-server-module-optimize-defaults",
184 …cmd: "$(location stats-log-api-gen) --java $(out) --module art --javaPackage com.android.server.ar…
200 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
263 // TODO: This module should move to sdk_version: "system_server_current" when possible,
/art/build/boot/
DAndroid.bp47 "art.module.public.api.stubs.exportable.module_lib",
56 "art.module.public.api.stubs.module_lib",
84 "art.module.public.api",
125 // This module does not contain any split packages.
/art/libdexfile/
DAndroid.bp222 // This library is exported in stub form by art-module-sdk, and it brings
320 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
395 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
444 // Do not export any headers outside the ART module - they get included in
474 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
544 // This is not allowed in any module that may end up in an APEX or platform
549 // art-module-sdk, many of which are transitive dependencies outside ART. Those
564 // copies in the depending module.
/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
100 5. uninstalls the module.
116 --module ArtGtestsTargetInstallApex --test '*JniInternalTest*'
/art/cmdline/
DAndroid.bp47 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/dexlist/
DAndroid.bp73 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/test/utils/
Dregen-test-files924 for module in flaky_tests_excluded_from_mts:
925 for testcase in flaky_tests_excluded_from_mts[module]:
931 for module in failing_tests_excluded_from_mts_and_mainline_presubmits:
932 for testcase in failing_tests_excluded_from_mts_and_mainline_presubmits[module]:
/art/dexopt_chroot_setup/
DAndroid.bp102 "art-module-team@google.com",
/art/dexdump/
DAndroid.bp91 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/dexoptanalyzer/
DAndroid.bp113 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/tools/cpp-define-generator/
DAndroid.bp61 // When the module is enabled globally in the soong_config_variables

12