Searched refs:debug (Results 1 – 25 of 31) sorted by relevance
12
/build/soong/scripts/ |
D | strip.sh | 43 --keep-mini-debug-info Keep compressed debug info in out-file 45 --keep-symbols-and-debug-frame Keep symbols and .debug_frame in out-file 84 "${CROSS_COMPILE}objcopy" --only-keep-debug "${infile}" "${outfile}.debug" 120 keep-mini-debug-info) keep_mini_debug_info=true ;; 122 keep-symbols-and-debug-frame) keep_symbols_and_debug_frame=true ;;
|
D | build-mainline-modules.sh | 6 com.android.art.debug
|
/build/make/core/ |
D | dynamic_binary.mk | 97 my_strip_module := mini-debug-info 105 ifeq ($(my_strip_module),mini-debug-info) 106 my_strip_args += --keep-mini-debug-info 111 ifeq (,$(filter no_debuglink mini-debug-info,$(my_strip_module))) 122 valid_strip := mini-debug-info keep_symbols true no_debuglink
|
D | line_coverage.mk | 49 libvixl:com.android.art.debug
|
D | sysprop.mk | 126 ifeq ($(TARGET_BUILD_TYPE),debug) 127 BUILD_VERSION_TAGS += debug
|
D | host_java_library.mk | 34 full_classes_compiled_jar := $(intermediates.COMMON)/classes-full-debug.jar
|
D | Makefile | 209 $(LLVM_STRIP) -o $(2) --strip-debug $(1) 421 ifeq ($(TARGET_BUILD_TYPE),debug) 1984 BUILT_DEBUG_RAMDISK_TARGET := $(PRODUCT_OUT)/ramdisk-debug.img 1996 INSTALLED_FILES_FILE_DEBUG_RAMDISK := $(PRODUCT_OUT)/installed-files-ramdisk-debug.txt 2059 …INSTALLED_DEBUG_BOOTIMAGE_TARGET := $(foreach k,$(subst kernel,boot-debug,$(BOARD_KERNEL_BINARIES)… 2062 INSTALLED_DEBUG_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot-debug.img 2084 …age-size,$(1),$(call get-hash-image-max-size,$(call get-bootimage-partition-size,$(1),boot-debug))) 2087 --partition_size $(call get-bootimage-partition-size,$(1),boot-debug)\ 2090 $(call assert-max-image-size,$(1),$(call get-bootimage-partition-size,$(1),boot-debug)) 2094 define build-debug-bootimage-target [all …]
|
D | host_dalvik_java_library.mk | 34 full_classes_compiled_jar := $(intermediates.COMMON)/classes-full-debug.jar
|
D | cc_prebuilt_internal.mk | 52 ifneq ($(filter true keep_symbols no_debuglink mini-debug-info,$(my_strip_module)),)
|
D | dex_preopt_config.mk | 35 PRODUCT_DEX_PREOPT_BOOT_FLAGS += --generate-mini-debug-info
|
D | main.mk | 213 ADDITIONAL_SYSTEM_PROPERTIES += persist.debug.dalvik.vm.core_platform_api_policy=just-warn 351 tags_to_install += debug 382 tags_to_install := debug eng 399 ifneq (,$(filter debug,$(tags_to_install))) 407 ifneq (,$(filter debug,$(tags_to_install))) 427 tags_to_install := debug eng 1175 $(if $(filter debug,$(tags_to_install)),$(call get-product-var,$(1),PRODUCT_PACKAGES_DEBUG)) \
|
D | envsetup.mk | 225 ifneq ($(HOST_BUILD_TYPE),debug) 226 $(error HOST_BUILD_TYPE must be either release or debug, not '$(HOST_BUILD_TYPE)') 303 ifneq ($(TARGET_BUILD_TYPE),debug)
|
D | java.mk | 69 full_classes_compiled_jar := $(intermediates.COMMON)/classes-full-debug.jar
|
/build/make/target/product/ |
D | handheld_product.mk | 39 frameworks-base-overlays-debug
|
D | base_system.mk | 353 PRODUCT_SYSTEM_PROPERTIES += debug.atrace.tags.enableflags=0 361 init-debug.rc \
|
/build/soong/ui/build/ |
D | signal.go | 66 debug.SetTraceback("all")
|
/build/ |
D | buildspec.mk.default | 54 # Set this to debug or release if you care. Otherwise, it defaults to release. 59 # Uncomment this if you want the host tools built in debug mode. Otherwise 62 #HOST_BUILD_TYPE:=debug
|
D | envsetup.sh | 431 export TARGET_BUILD_TYPE=debug 433 debug) 434 export TARGET_BUILD_TYPE=debug
|
/build/make/ |
D | buildspec.mk.default | 54 # Set this to debug or release if you care. Otherwise, it defaults to release. 59 # Uncomment this if you want the host tools built in debug mode. Otherwise 62 #HOST_BUILD_TYPE:=debug
|
D | Usage.txt | 52 verbose debug information from soong_ui
|
D | envsetup.sh | 431 export TARGET_BUILD_TYPE=debug 433 debug) 434 export TARGET_BUILD_TYPE=debug
|
/build/make/core/tasks/ |
D | with-license.mk | 19 ifeq ($(TARGET_BUILD_TYPE),debug)
|
/build/make/tools/droiddoc/templates-ndk/assets/css/ |
D | fullscreen.css | 5 /* Applied to body to debug layout alignments
|
/build/blueprint/bootstrap/ |
D | command.go | 78 debug.SetGCPercent(-1)
|
/build/soong/androidmk/androidmk/ |
D | androidmk_test.go | 356 LOCAL_MODULE_TAGS := debug 372 LOCAL_MODULE_TAGS := debug tests
|
12