summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-10-21 23:05:32 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-10-21 23:08:06 +0200
commitb0e56af29925ed85548721825a66c58bd5fcbb25 (patch)
tree6a292fae27e7632acd76e63fbc92e77db67b3720
parent429ed45db1f05d88490d652d936b19fa49df7e03 (diff)
downloadart-replicant-6.0-0004-transition.tar.gz
art-replicant-6.0-0004-transition.tar.bz2
art-replicant-6.0-0004-transition.zip
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 <GNUtoo@cyberdimension.org>
-rw-r--r--build/Android.common_build.mk8
1 files 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)