From b0e56af29925ed85548721825a66c58bd5fcbb25 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 21 Oct 2021 23:05:32 +0200 Subject: Revert "Disable compilation of host libbacktrace" This reverts commit 429ed45db1f05d88490d652d936b19fa49df7e03. This commit broke the compilation of the espresso3g, espressowifi and maguro targets, with both Debian 9 (stretch) and Trisquel 9 (etiona) with an error that looks like that: make: *** No rule to make target '[...]/out/host/linux-x86/bin/dex2oatd', needed by '[...]/out/target/product/maguro/dex_bootjars/system/framework/arm/boot.art'. Stop. Signed-off-by: Denis 'GNUtoo' Carikli --- build/Android.common_build.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/Android.common_build.mk b/build/Android.common_build.mk index 06b73f344b..b84154b307 100644 --- a/build/Android.common_build.mk +++ b/build/Android.common_build.mk @@ -29,10 +29,10 @@ include art/build/Android.common_utils.mk # # Beware that tests may use the non-debug build for performance, notable 055-enum-performance # -ART_BUILD_TARGET_NDEBUG ?= false -ART_BUILD_TARGET_DEBUG ?= false -ART_BUILD_HOST_NDEBUG ?= false -ART_BUILD_HOST_DEBUG ?= false +ART_BUILD_TARGET_NDEBUG ?= true +ART_BUILD_TARGET_DEBUG ?= true +ART_BUILD_HOST_NDEBUG ?= true +ART_BUILD_HOST_DEBUG ?= true ifeq ($(ART_BUILD_TARGET_NDEBUG),false) $(info Disabling ART_BUILD_TARGET_NDEBUG) -- cgit v1.2.3