HomeSort by relevance Sort by last modified time
    Searched defs:DIST_DIR (Results 1 - 4 of 4) 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.bin $(ANDROID_BUILD_TOP)/$(PRODUCT_OUT)/obj/uefi $(EDK2_DIR)/Build/H (…)
    [all...]
  /development/vndk/snapshot/
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))
  /external/libvpx/libvpx/build/make/
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/core/
envsetup.mk 729 ifeq (,$(strip $(DIST_DIR)))
730 DIST_DIR := $(OUT_DIR)/dist

Completed in 288 milliseconds