Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 31) sorted by relevance

12

/build/soong/scripts/
Dstrip.sh43 --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 ;;
Dbuild-mainline-modules.sh6 com.android.art.debug
/build/make/core/
Ddynamic_binary.mk97 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
Dline_coverage.mk49 libvixl:com.android.art.debug
Dsysprop.mk126 ifeq ($(TARGET_BUILD_TYPE),debug)
127 BUILD_VERSION_TAGS += debug
Dhost_java_library.mk34 full_classes_compiled_jar := $(intermediates.COMMON)/classes-full-debug.jar
DMakefile209 $(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 …]
Dhost_dalvik_java_library.mk34 full_classes_compiled_jar := $(intermediates.COMMON)/classes-full-debug.jar
Dcc_prebuilt_internal.mk52 ifneq ($(filter true keep_symbols no_debuglink mini-debug-info,$(my_strip_module)),)
Ddex_preopt_config.mk35 PRODUCT_DEX_PREOPT_BOOT_FLAGS += --generate-mini-debug-info
Dmain.mk213 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)) \
Denvsetup.mk225 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)
Djava.mk69 full_classes_compiled_jar := $(intermediates.COMMON)/classes-full-debug.jar
/build/make/target/product/
Dhandheld_product.mk39 frameworks-base-overlays-debug
Dbase_system.mk353 PRODUCT_SYSTEM_PROPERTIES += debug.atrace.tags.enableflags=0
361 init-debug.rc \
/build/soong/ui/build/
Dsignal.go66 debug.SetTraceback("all")
/build/
Dbuildspec.mk.default54 # 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
Denvsetup.sh431 export TARGET_BUILD_TYPE=debug
433 debug)
434 export TARGET_BUILD_TYPE=debug
/build/make/
Dbuildspec.mk.default54 # 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
DUsage.txt52 verbose debug information from soong_ui
Denvsetup.sh431 export TARGET_BUILD_TYPE=debug
433 debug)
434 export TARGET_BUILD_TYPE=debug
/build/make/core/tasks/
Dwith-license.mk19 ifeq ($(TARGET_BUILD_TYPE),debug)
/build/make/tools/droiddoc/templates-ndk/assets/css/
Dfullscreen.css5 /* Applied to body to debug layout alignments
/build/blueprint/bootstrap/
Dcommand.go78 debug.SetGCPercent(-1)
/build/soong/androidmk/androidmk/
Dandroidmk_test.go356 LOCAL_MODULE_TAGS := debug
372 LOCAL_MODULE_TAGS := debug tests

12