Searched refs:artifacts (Results 1 – 10 of 10) sorted by relevance
50 // - build artifacts (lib/javalib/bin) against Android 10 SDK51 // so that the artifacts can run.94 // - build artifacts (lib/javalib/bin) against Android 10 SDK95 // so that the artifacts can run.
61 // upload anchor for subprojects to upload their artifacts65 description 'Builds distribution artifacts.'73 logger.warn "Compressed maven artifacts to ${archivePath}"
149 std::vector<ConfiguredArtifact> artifacts; member174 std::sort(artifacts.begin(), artifacts.end(), *this); in SortArtifacts()
462 for (const ConfiguredArtifact& artifact : config.artifacts) { in Parse()516 config->artifacts.push_back(artifact); in ArtifactTagHandler()
1 import org.gradle.api.artifacts.Dependency;
1 # When /data is available, look for A/B artifacts for the current slot and move them
72 artifacts.add("archives", sourceJar)
45 `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 …
315 config_.artifacts.push_back(std::move(artifact)); in AddArtifact()