Home
last modified time | relevance | path

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

/development/gsi/
Dgsi-pubsign-release.sh36 Otherwise generate under environment variable DIST_DIR.
50 DIST_DIR="$4"
56 readonly DIST_DIR
58 if [[ -z "${DIST_DIR}" ]]; then
64 mkdir -p "${DIST_DIR}" || true
66 if [[ ! -d "${DIST_DIR}" ]]; then
78 --exclude='*.zip' "${SRC_DIR}/" "${DIST_DIR}"
90 cp --verbose --archive --dereference "${SRC_PATHNAME}" "${DIST_DIR}/${TARGET_FILENAME}"
/development/treble/
Dbuild_with_artifact.sh32 DIST_DIR="$2"
52 if [ -z DIST_DIR ] || [ -z TARGET_PRODUCT ] ; then
56 …ke-mode TARGET_PRODUCT=$TARGET_PRODUCT TARGET_BUILD_VARIANT=userdebug droid dist DIST_DIR=$DIST_DIR
/development/vndk/tools/
Dbuild_mixed103 readonly DIST_DIR="$3"
314 if [ -n "$DIST_DIR" ]; then
315 mkdir -p "$DIST_DIR" || true
319 "$DEVICE_DIR"/* "$DIST_DIR"
321 OUT_ARCHIVE="$DIST_DIR"/"$(basename $DEVICE_ARCHIVE)"
324 cp "$DEVICE_IMAGES_DIR"/android-info.txt "$DIST_DIR"/
/development/tools/checkcolor/
Dbuild.gradle11 * The DIST_DIR is where you want to save things from the build.
13 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
15 if (System.env.DIST_DIR != null && System.env.OUT_DIR != null) {
17 project.ext.distDir = new File(System.env.DIST_DIR).getCanonicalFile()
/development/vndk/tools/header-checker/android/
Dbuild-prebuilts.sh164 if [ -z "${DIST_DIR}" ]; then
170 mkdir -p "${DIST_DIR}" || true
171 cp "${SOONG_OUT}/dist/build-prebuilts.zip" "${DIST_DIR}/"
/development/gsi/build_with_kernel/
Dkernel_info_to_dist.sh65 for folder in $(find "${DIST_DIR}/kernel" -type d -regex ".*/${folder_pattern}"); do
73 if [[ -z "${DIST_DIR}" ]]; then
Drepack_kernels_common.sh26 if [[ -z "${DIST_DIR}" ]]; then
57 local dist_root="${DIST_DIR}/kernel/${kernel_version}"
110 local dist_root="${DIST_DIR}/kernel/${kernel_version}"
Dpack_boot_for_certification.sh21 pack_boot_for_certification ${DIST_DIR}
/development/vndk/tools/image-diff-tool/
Dcompare_images_and_print.sh47 if [ -v DIST_DIR ]; then
48 cp common.csv diff.csv allowlisted_diff.csv "${DIST_DIR}"
/development/vndk/tools/header-checker/
DREADME.md247 `$OUT_DIR/soong/.intermediates` or `$DIST_DIR/abidiffs`. Find out the