HomeSort by relevance Sort by last modified time
    Searched refs:DIST_DIR (Results 1 - 25 of 32) sorted by null

1 2

  /device/linaro/hikey/bootloader/
Makefile 6 DIST_DIR?=$(ANDROID_BUILD_TOP)/out/dist
14 all: $(DIST_DIR)/fip.bin $(DIST_DIR)/l-loader.bin
16 $(DIST_DIR)/fip.bin:
25 mkdir -p $(DIST_DIR) && \
29 cp $(EDK2_DIR)/Build/HiKey/$(TARGET)_GCC49/FV/fip.bin $(DIST_DIR)/
31 $(DIST_DIR)/l-loader.bin: $(DIST_DIR)/fip.bin
35 mv l-loader.bin $(DIST_DIR)/
38 rm -rf $(DIST_DIR)/fip.bin $(DIST_DIR)/l-loader.bin $(ANDROID_BUILD_TOP)/$(PRODUCT_OUT)/obj/uefi $(EDK2_DIR)/Build/H (…)
    [all...]
  /device/linaro/hikey/installer/hikey/
flash-all.sh 32 if [ -z "${DIST_DIR}" ]; then
33 DIST_DIR="${ANDROID_BUILD_TOP}"/out/dist
40 --use-compiled-binaries) FIRMWARE_DIR="${DIST_DIR}";shift;;
45 if [[ "${FIRMWARE_DIR}" == "${DIST_DIR}" && ! -e "${DIST_DIR}"/fip.bin && ! -e "${DIST_DIR}"/l-loader.bin ]]; then
46 echo "No binaries found at ${DIST_DIR}. Please build the bootloader first"
  /build/soong/scripts/
build-ndk-prebuilts.sh 72 if [ -n "${DIST_DIR}" ]; then
73 mkdir -p ${DIST_DIR} || true
74 tar cjf ${DIST_DIR}/ndk_platform.tar.bz2 -C ${SOONG_OUT} ndk
  /build/make/core/tasks/
check_emu_boot.mk 1 check_emu_boot0 := $(DIST_DIR)/$(TARGET_PRODUCT)-$(TARGET_BUILD_VARIANT)-emulator-boot-test-result.txt
6 $(check_emu_boot0) : PRIVATE_SUCCESS_FILE := $(DIST_DIR)/$(PRIVATE_PREFIX)-BOOT-SUCCESS.txt
7 $(check_emu_boot0) : PRIVATE_FAIL_FILE := $(DIST_DIR)/$(PRIVATE_PREFIX)-BOOT-FAIL.txt
collect_gpl_sources.mk 18 # so manually generate directly into the DIST_DIR directory that is always
20 gpl_source_tgz := $(DIST_DIR)/gpl_source.tgz
  /prebuilts/clang-tools/
build-prebuilts.sh 59 if [ -n "${DIST_DIR}" ]; then
60 mkdir -p ${DIST_DIR} || true
61 cp ${SOONG_OUT}/dist/build-prebuilts.zip ${DIST_DIR}/
  /build/make/core/
distdir.mk 18 # files from this build into DIST_DIR.
40 # and "dist" is specified, the marked files will be copied to DIST_DIR.
54 $(eval $(call add-dependency,$(1),$(DIST_DIR)/$(dst))),\
56 $(src),$(DIST_DIR)/$(dst),$(1)))\
  /external/jdiff/
build.gradle 28 * 2. The DIST_DIR is where you want to save things from the build.
30 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
32 if (System.env.DIST_DIR != null && System.env.OUT_DIR != null) {
34 ext.distDir = file(System.env.DIST_DIR).getCanonicalFile()
  /external/libvpx/libvpx/
configure 448 DIST_DIR=vpx
451 DIST_DIR="${DIST_DIR}-${cf}"
453 DIST_DIR="${DIST_DIR}-${cf}cx"
455 DIST_DIR="${DIST_DIR}-${cf}dx"
458 enabled debug_libs && DIST_DIR="${DIST_DIR}-debug"
459 enabled codec_srcs && DIST_DIR="${DIST_DIR}-src
    [all...]
  /development/vndk/snapshot/
test.sh 23 # fetch VNDK snapshot build artifacts to $DIST_DIR, then run this script.
44 DIST_DIR=${DIST_DIR:-}
45 if [[ -z "${DIST_DIR}" ]]; then
47 DIST_DIR="${ANDROID_BUILD_TOP}"/out/dist
49 DIST_DIR="${OUT_DIR}"/dist
196 local snapshot_zip="${DIST_DIR}"/android-vndk-"${TARGET_PRODUCT}".zip
update.py 36 DIST_DIR = utils.get_dist_dir(utils.get_out_dir(ANDROID_BUILD_TOP))
72 1) Fetch build artifacts from Android Build server or from local DIST_DIR
99 logger().info('Fetching local VNDK snapshot from {}'.format(DIST_DIR))
100 artifact_dir = DIST_DIR
189 help=('Fetch local VNDK snapshot artifacts from DIST_DIR instead of '
209 elif not os.path.isdir(DIST_DIR):
211 'The --local option is set, but DIST_DIR={} does not exist.'.
212 format(DIST_DIR))
  /prebuilts/build-tools/
build-prebuilts.sh 173 if [ -n "${DIST_DIR}" ]; then
174 mkdir -p ${DIST_DIR} || true
177 cp ${SOONG_OUT}/dist/build-prebuilts.zip ${DIST_DIR}/
178 cp ${SOONG_OUT}/dist-common/build-common-prebuilts.zip ${DIST_DIR}/
179 cp ${SOONG_OUT}/docs/soong_build.html ${DIST_DIR}/
182 cp ${GO_OUT}/go.zip ${DIST_DIR}/
  /external/doclava/
build.gradle 28 * 2. The DIST_DIR is where you want to save things from the build.
30 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
32 if (System.env.DIST_DIR != null && System.env.OUT_DIR != null) {
34 ext.distDir = file(System.env.DIST_DIR).getCanonicalFile()
  /frameworks/base/tools/aapt2/
Android.mk 7 aapt2_run_host_unit_tests: PRIVATE_GTEST_OPTIONS := --gtest_output=xml:$(DIST_DIR)/gtest/aapt2_host_unit_tests_result.xml
  /frameworks/support/navigation/integration-tests/safeargs-testapp/buildSrc/
build.gradle 21 ext.runningInBuildServer = System.env.DIST_DIR != null && System.env.OUT_DIR != null
  /development/vndk/tools/
build_mixed 84 readonly DIST_DIR="$3"
184 if [ -n "$DIST_DIR" ]; then
185 mkdir -p "$DIST_DIR" || true
189 "$DEVICE_DIR"/* "$DIST_DIR"
191 OUT_ARCHIVE="$DIST_DIR"/"$(basename $DEVICE_ARCHIVE)"
  /frameworks/multidex/
build.gradle 53 * The DIST_DIR is where you want to save things from the build.
55 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
57 if (System.env.DIST_DIR != null && System.env.OUT_DIR != null) {
59 project.ext.distDir = new File(System.env.DIST_DIR).getCanonicalFile()
  /external/libvpx/libvpx/build/make/
iosbuild.sh 25 DIST_DIR="_dist"
43 # target using $DIST_DIR as the distribution output directory.
63 export DIST_DIR
198 target_dist_dir="${BUILD_ROOT}/${target}/${DIST_DIR}"
359 DIST_DIR=${DIST_DIR}
Makefile 45 @if [ -d "$(DIST_DIR)/src" ]; then \
46 mkdir -p "$(DIST_DIR)/build"; \
47 cd "$(DIST_DIR)/build"; \
52 @if [ -d "$(DIST_DIR)" ]; then \
53 echo " [MD5SUM] $(DIST_DIR)"; \
54 cd $(DIST_DIR) && \
71 DIST_DIR?=dist
281 $(DIST_DIR)/$(1): $(2)
366 .install-docs: .docs $(addprefix $(DIST_DIR)/,$(INSTALL-DOCS))
380 .install-bins: .bins $(addprefix $(DIST_DIR)/,$(INSTALL-BINS)
    [all...]
  /build/make/tools/
check_builds.sh 44 make -j16 PRODUCT-$1 dist DIST_DIR=$TEST_BUILD_DIR/$PREFIX-$1
  /frameworks/layoutlib/create/tests/
Android.mk 31 # Copy the jar to DIST_DIR for sdk builds
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build.sh 171 if [ -z "$DIST_DIR" ]; then
172 DIST_DIR=$OUT_DIR/dist
185 mkdir -p $DIST_DIR
541 if [ -f $DIST_DIR/repo.prop ]; then
542 cp $DIST_DIR/repo.prop $REPO_PROP_PATH
553 PACKAGE_NAME=$DIST_DIR/$TARGET_TAG-linux-x86_64.tar.bz2
557 log "Done. See $DIST_DIR:"
  /build/soong/ui/build/
sandbox_darwin.go 61 "-D", "DIST_DIR=" + distDir,
  /frameworks/layoutlib/bridge/tests/
Android.mk 40 # Copy the jar to DIST_DIR for sdk builds
  /frameworks/support/buildSrc/
init.gradle 36 ext.runningInBuildServer = System.env.DIST_DIR != null && System.env.OUT_DIR != null
132 * The DIST_DIR is where you want to save things from the build.
134 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
139 project.ext.distDir = new File(System.env.DIST_DIR).getCanonicalFile()

Completed in 808 milliseconds

1 2