Home
last modified time | relevance | path

Searched refs:artifacts (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/apex/
DAndroid.bp50 // - build artifacts (lib/javalib/bin) against Android 10 SDK
51 // so that the artifacts can run.
94 // - build artifacts (lib/javalib/bin) against Android 10 SDK
95 // so that the artifacts can run.
/frameworks/multidex/
Dbuild.gradle61 // upload anchor for subprojects to upload their artifacts
65 description 'Builds distribution artifacts.'
73 logger.warn "Compressed maven artifacts to ${archivePath}"
/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.internal.h149 std::vector<ConfiguredArtifact> artifacts; member
174 std::sort(artifacts.begin(), artifacts.end(), *this); in SortArtifacts()
DConfigurationParser.cpp462 for (const ConfiguredArtifact& artifact : config.artifacts) { in Parse()
516 config->artifacts.push_back(artifact); in ArtifactTagHandler()
/frameworks/opt/chips/
Dbuild.gradle1 import org.gradle.api.artifacts.Dependency;
/frameworks/opt/photoviewer/
Dbuild.gradle1 import org.gradle.api.artifacts.Dependency;
/frameworks/native/cmds/installd/
Dotapreopt.rc1 # When /data is available, look for A/B artifacts for the current slot and move them
/frameworks/multidex/library/
Dbuild.gradle72 artifacts.add("archives", sourceJar)
/frameworks/base/tests/FlickerTests/
DREADME.md45 `TransitionResult` contains paths to test artifacts such as Winscope traces and screen recordings.
106 Monitors capture test artifacts for each transition run. They are started before each iteration of …
/frameworks/base/tools/aapt2/test/
DBuilders.cpp315 config_.artifacts.push_back(std::move(artifact)); in AddArtifact()