Home
last modified time | relevance | path

Searched refs:OUT_DIR (Results 1 – 8 of 8) sorted by relevance

/device/lge/bullhead/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
53 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
55 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
56 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
[all …]
/device/google/marlin/
DCleanSpec.mk47 $(call add-clean-step, find $(OUT_DIR)/target/product/marlin/ -name \*sensors.marlin* -exec rm -rf …
48 $(call add-clean-step, find $(OUT_DIR)/target/product/marlin/ -name \*activity_recognition.marlin* …
49 $(call add-clean-step, find $(OUT_DIR)/target/product/sailfish/ -name \*sensors.sailfish* -exec rm …
50 $(call add-clean-step, find $(OUT_DIR)/target/product/sailfish/ -name \*activity_recognition.sailfi…
52 $(call add-clean-step, rm $(OUT_DIR)/target/product/marlin/system/lib/hw/android.hardware.broadcast…
53 $(call add-clean-step, rm $(OUT_DIR)/target/product/sailfish/system/lib/hw/android.hardware.broadca…
/device/lge/bullhead/camera/
DCleanSpec.mk47 $(call add-clean-step, find $(OUT_DIR) -name "camera.msm8960*" -print0 | xargs -0 rm -rf)
/device/google/marlin/camera/
DCleanSpec.mk47 $(call add-clean-step, find $(OUT_DIR) -name "camera.msm8960*" -print0 | xargs -0 rm -rf)
/device/huawei/angler/camera/
DCleanSpec.mk47 $(call add-clean-step, find $(OUT_DIR) -name "camera.msm8960*" -print0 | xargs -0 rm -rf)
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
DCleanSpec.mk50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/SHARED_LIBRARIES/libGLES_emul_intermedia…
/device/huawei/angler/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/angler/system/build.prop)
54 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {}…
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DProcessDsc.c56 #define OUT_DIR "OUT_DIR" macro
1174 AddSymbol (OUT_DIR, InLine, SYM_LOCAL); in ProcessComponentFile()
3028 Sym = GetSymbolValue (OUT_DIR); in WriteCommonMakefile()
3029 fprintf (MakeFptr, "%s = %s\n", OUT_DIR, Sym); in WriteCommonMakefile()