Searched refs:OUT_DIR (Results 1 – 8 of 8) sorted by relevance
19 if [ -z "${OUT_DIR}" ]; then41 SOONG_OUT="${OUT_DIR}/soong"42 SOONG_HOST_OUT="${OUT_DIR}/soong/host/${OS}-x86"
99 OUT_DIR="${OUTPUT//.zip/}"100 mv $V "$BASE_DIR"/* "$OUT_DIR"101 echo "Unzipped combined SDK available at $OUT_DIR"
71 local SYS_OUT_ROOT=$(get_build_var OUT_DIR)
10 * The OUT_DIR is a temporary directory you can use to put things during the build.15 if (System.env.DIST_DIR != null && System.env.OUT_DIR != null) {16 buildDir = new File(System.env.OUT_DIR + '/gradle/checkcolor').getCanonicalFile()
47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/CorpApp_intermediates)
65 ${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs_generated-api-versions.xml platform-t…66 ${OUT_DIR}/target/common/obj/PACKAGING/framework-doc-stubs_annotations.zip platform-tools/api/ann…146 ${OUT_DIR}/host/common/obj/JAVA_LIBRARIES/shrinkedAndroid_intermediates/shrinkedAndroid.jar build-…151 ${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/core-lambda-stubs_intermediates/classes.jar build…164 ${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/$…165 ${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android-stubs-src.jar platforms/$…168 ${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/core-current-stubs-for-system-modules_intermediates/cla…172 ${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/org.apache.http.legacy.stubs_intermediates/classes.jar …174 ${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android_uiautomator_intermediates/classes.jar platf…176 ${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android.test.mock.stubs_intermediates/classes.jar pla…[all …]
22 $ OUT_DIR=out \
77 $(WIN_SDK_DIR)/$(WIN_SDK_NAME) $(OUT_DIR) $(TOPDIR)