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 <gnu...@cyberdimension.org>
---
 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)
-- 
2.33.0

_______________________________________________
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to