Searched refs:OUT_DIR (Results 1 – 19 of 19) sorted by relevance
/frameworks/base/ |
D | CleanSpec.mk | 46 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 53 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/FrameworkTest_intermediates/) 54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android.policy*) 56 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates) [all …]
|
D | Android.mk | 94 $(filter $(OUT_DIR)/%,\
|
/frameworks/opt/telephony/ |
D | CleanSpec.mk | 41 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… 42 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… 43 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… 44 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… 45 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… 46 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… 47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… 48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… 49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… 50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… [all …]
|
/frameworks/rs/ |
D | CleanSpec.mk | 46 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/RenderScript.stamp) 47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/renderscript/) 48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/renderscript) 49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/*/src/renderscript) 50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/RenderScript.stamp) 51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/*/src/RenderScript.stamp) 52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/*/obj/SHARED_LIBRARIES/lib*.bc_intermediate… 53 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/*/obj/SHARED_LIBRARIES/librs*_intermediates) 54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/*/obj/SHARED_LIBRARIES/libhellocomputendk_i… 55 $(call add-clean-step, rm -rf $(OUT_DIR)/host/*/obj/SHARED_LIBRARIES/librsrt*.bc)
|
/frameworks/support/jetifier/jetifier/preprocessor/scripts/ |
D | processDefaultConfig.sh | 24 OUT_DIR="$ROOT_DIR/out" 25 TEMP_LOG="$OUT_DIR/tempLog" 33 PREPROCESSOR_BIN_PATH="$OUT_DIR/jetifier-preprocessor/bin/jetifier-preprocessor" 36 SUPPORT_LIBS_DOWNLOADED="$OUT_DIR/supportLibs/downloaded" 37 SUPPORT_LIBS_UNPACKED="$OUT_DIR/supportLibs/unpacked" 64 rm -rf $OUT_DIR 65 mkdir $OUT_DIR 66 echo "OUT dir is at '$OUT_DIR'" 153 unzip $PREPROCESSOR_DISTRO_PATH -d $OUT_DIR > /dev/null
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | build_test_apk.sh | 24 OUT_DIR= 82 OUT_DIR="$2" 147 check_required_param "$OUT_DIR" "--out" 168 run $SDK/tools/android create project --target $TARGET --name $NAME --path $OUT_DIR --activity $ACT… 177 DEST_SRC_DIR=$OUT_DIR/src/`echo $PACKAGE | sed 's/\./\//g'` 215 process_template $COMMON_MANIFEST $OUT_DIR/AndroidManifest.xml $SUBST_PARAMS 229 process_template $OVERRIDE_MANIFEST $OUT_DIR/AndroidManifest.xml $SUBST_PARAMS 237 cd $OUT_DIR
|
/frameworks/opt/net/ims/ |
D | CleanSpec.mk | 41 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/ims_intermediates) 42 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/ims_intermediates) 43 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/ims_intermediates)
|
/frameworks/opt/calendar/ |
D | CleanSpec.mk | 41 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/calendar-common_intermedi… 42 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/calendar-common_intermedi…
|
/frameworks/support/navigation/integration-tests/safeargs-testapp/buildSrc/ |
D | build.gradle | 21 ext.runningInBuildServer = System.env.DIST_DIR != null && System.env.OUT_DIR != null 22 ext.repoDir = runningInBuildServer ? new File(System.env.OUT_DIR + '/gradle/frameworks/support/buil…
|
/frameworks/support/app-toolkit/ |
D | gradlew | 11 if [ -n "$OUT_DIR" ] ; then 12 export GRADLE_USER_HOME="$OUT_DIR/.gradle"
|
/frameworks/support/ |
D | gradlew | 11 if [ -n "$OUT_DIR" ] ; then 12 export GRADLE_USER_HOME="$OUT_DIR/.gradle"
|
/frameworks/support/navigation/integration-tests/safeargs-testapp/ |
D | gradlew | 11 if [ -n "$OUT_DIR" ] ; then 12 export GRADLE_USER_HOME="$OUT_DIR/.gradle"
|
/frameworks/multidex/ |
D | build.gradle | 52 * The OUT_DIR is a temporary directory you can use to put things during the build. 57 if (System.env.DIST_DIR != null && System.env.OUT_DIR != null) { 58 buildDir = new File(System.env.OUT_DIR + '/gradle/frameworks/support/build').getCanonicalFile()
|
/frameworks/opt/net/voip/ |
D | CleanSpec.mk | 41 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/voip_intermediates)
|
/frameworks/opt/net/wifi/service/ |
D | CleanSpec.mk | 41 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/wifi-service_intermediate…
|
/frameworks/ex/ |
D | CleanSpec.mk | 51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android-ex-camera2-portab…
|
/frameworks/data-binding/ |
D | supportBundle.gradle | 22 * The OUT_DIR is a temporary directory you can use to put things during the build. 27 if (System.env.DIST_DIR != null && System.env.OUT_DIR != null) { 28 buildDir = new File(System.env.OUT_DIR + '/gradle/frameworks/support/build').getCanonicalFile()
|
/frameworks/support/buildSrc/ |
D | build.gradle | 30 def runningInBuildServer = System.env.DIST_DIR != null && System.env.OUT_DIR != null
|
D | init.gradle | 36 ext.runningInBuildServer = System.env.DIST_DIR != null && System.env.OUT_DIR != null 131 * The OUT_DIR is a temporary directory you can use to put things during the build. 137 buildDir = new File(System.env.OUT_DIR + '/gradle/frameworks/support/build')
|