Revert "Arm64: Use the debug version of VIXL for debug builds."
This reverts commit 195c576fbff290d4c313b67ed24ca36f2531acc4.
Change-Id: Id992a43ae346bb4c38a6c47639b02aea838d974a
diff --git a/compiler/Android.mk b/compiler/Android.mk
index 037946b..610f453 100644
--- a/compiler/Android.mk
+++ b/compiler/Android.mk
@@ -275,11 +275,7 @@
LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
LOCAL_ADDITIONAL_DEPENDENCIES += $(LOCAL_PATH)/Android.mk
# Vixl assembly support for ARM64 targets.
- ifeq ($$(art_ndebug_or_debug),debug)
- LOCAL_SHARED_LIBRARIES += libvixld
- else
- LOCAL_SHARED_LIBRARIES += libvixl
- endif
+ LOCAL_SHARED_LIBRARIES += libvixl
ifeq ($$(art_target_or_host),target)
# For atrace.
LOCAL_SHARED_LIBRARIES += libcutils