OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIST_DIR
(Results
1 - 25
of
28
) sorted by null
1
2
/art/tools/
dist_linux_bionic.sh
20
#
DIST_DIR
. Takes normal make arguments.
28
if [[ -z $
DIST_DIR
]]; then
29
echo "
DIST_DIR
must be set!"
43
mkdir -p $
DIST_DIR
44
cp -R ${out_dir}/soong/host/* $
DIST_DIR
/
/art/tools/build/
var_list
38
DIST_DIR
/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
...]
/build/soong/scripts/
build-ndk-prebuilts.sh
57
if [ -n "${
DIST_DIR
}" ]; then
58
mkdir -p ${
DIST_DIR
} || true
59
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"
/build/make/packaging/
distdir.mk
27
$(eval _dist_$$(goal): $$(
DIST_DIR
)/$$(output)), \
40
$(eval dst := $(
DIST_DIR
)/$(call word-colon,2,$(pair))) \
/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
...]
libs.mk
301
$(addprefix $(
DIST_DIR
)/,$(LIBVPX_SO_SYMLINKS)),\
/development/vndk/tools/
build_mixed
97
readonly
DIST_DIR
="$3"
247
if [ -n "$
DIST_DIR
" ]; then
248
mkdir -p "$
DIST_DIR
" || true
252
"$DEVICE_DIR"/* "$
DIST_DIR
"
254
OUT_ARCHIVE="$
DIST_DIR
"/"$(basename $DEVICE_ARCHIVE)"
257
cp "$DEVICE_IMAGES_DIR"/android-info.txt "$
DIST_DIR
"/
/external/doclava/
build.gradle
35
* 2. The
DIST_DIR
is where you want to save things from the build.
37
* The build server will copy the contents of
DIST_DIR
to somewhere and make it available.
39
if (System.env.
DIST_DIR
!= null && System.env.OUT_DIR != null) {
41
ext.distDir = file(System.env.
DIST_DIR
).getCanonicalFile()
/external/libaom/libaom/build/cmake/
iosbuild.sh
24
DIST_DIR
="_dist"
63
export
DIST_DIR
199
target_dist_dir="${BUILD_ROOT}/${target}/${
DIST_DIR
}"
360
DIST_DIR
=${
DIST_DIR
}
/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
199
target_dist_dir="${BUILD_ROOT}/${target}/${
DIST_DIR
}"
360
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
282
$(
DIST_DIR
)/$(1): $(2)
367
.install-docs: .docs $(addprefix $(
DIST_DIR
)/,$(INSTALL-DOCS))
381
.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
/art/test/testrunner/
env.py
145
DIST_DIR
= _get_build_var('
DIST_DIR
')
run_build_test_target.py
83
if env.
DIST_DIR
:
testrunner.py
[
all
...]
/build/soong/ui/build/
sandbox_darwin.go
61
"-D", "
DIST_DIR
=" + distDir,
kati.go
189
"
DIST_DIR
",
195
env.Set("
DIST_DIR
", config.DistDir())
ninja.go
68
cmd.Environment.Set("
DIST_DIR
", config.DistDir())
config.go
91
if distDir, ok := ret.environ.Get("
DIST_DIR
"); ok {
119
"
DIST_DIR
",
182
log.Println("The absolute path of your dist directory ($
DIST_DIR
) contains a space character:")
dumpvars.go
42
"
DIST_DIR
": func() string { return config.DistDir() },
/build/soong/cmd/multiproduct_kati/
main.go
57
var alternateResultDir = flag.Bool("dist", false, "write select results to $
DIST_DIR
(or <out>/dist when empty)")
/build/soong/cc/
builder.go
217
commandStr += " && (mkdir -p $$
DIST_DIR
/abidiffs && cp ${out} $$
DIST_DIR
/abidiffs/)"
Completed in 1163 milliseconds
1
2