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

  /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.bi
    [all...]
  /build/soong/scripts/
build-ndk-prebuilts.sh 26 if [ -n "${DIST_DIR}" ]; then
27 mkdir -p ${DIST_DIR} || true
28 tar cjf ${DIST_DIR}/ndk_platform.tar.bz2 -C ${SOONG_OUT} ndk
  /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"
  /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 435 DIST_DIR=vpx
438 DIST_DIR="${DIST_DIR}-${cf}"
440 DIST_DIR="${DIST_DIR}-${cf}cx"
442 DIST_DIR="${DIST_DIR}-${cf}dx"
445 enabled debug_libs && DIST_DIR="${DIST_DIR}-debug"
446 enabled codec_srcs && DIST_DIR="${DIST_DIR}-src
    [all...]
libs.mk 314 $(addprefix $(DIST_DIR)/,$(LIBVPX_SO_SYMLINKS)),\
  /prebuilts/build-tools/
build-prebuilts.sh 96 if [ -n "${DIST_DIR}" ]; then
97 mkdir -p ${DIST_DIR} || true
100 cp ${SOONG_OUT}/dist/build-prebuilts.zip ${DIST_DIR}/
101 cp ${SOONG_OUT}/.bootstrap/docs/soong_build.html ${DIST_DIR}/
104 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()
  /build/make/core/
distdir.mk 18 # files from this build into DIST_DIR.
51 # and "dist" is specified, the marked files will be copied to DIST_DIR.
65 $(eval $(call add-dependency,$(1),$(DIST_DIR)/$(dst))),\
67 $(src),$(DIST_DIR)/$(dst),$(1)))\
envsetup.mk 575 ifeq (,$(strip $(DIST_DIR)))
576 DIST_DIR := $(OUT_DIR)/dist
Makefile     [all...]
  /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
279 $(DIST_DIR)/$(1): $(2)
364 .install-docs: .docs $(addprefix $(DIST_DIR)/,$(INSTALL-DOCS))
378 .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/base/tools/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:"
  /frameworks/base/tools/layoutlib/bridge/tests/
Android.mk 39 # Copy the jar to DIST_DIR for sdk builds
  /frameworks/support/buildSrc/
init.gradle 34 ext.runningInBuildServer = System.env.DIST_DIR != null && System.env.OUT_DIR != null
100 * The DIST_DIR is where you want to save things from the build.
102 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
107 project.ext.distDir = new File(System.env.DIST_DIR).getCanonicalFile()
  /build/soong/ui/build/
config.go 206 if distDir, ok := c.environ.Get("DIST_DIR"); ok {

Completed in 711 milliseconds