summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-02-14 10:10:35 -0800
committerChih-Hung Hsieh <chh@google.com>2018-02-14 10:10:35 -0800
commit11ae336a57bd707b839fc6832383e6e5aad52543 (patch)
treee8c10ec3f5a03ea0fc1bbe2e465e94b5ef3a4232 /tests
parent3579c4460bbd10f1f1b866859dfa4000774e9962 (diff)
downloadextras-11ae336a57bd707b839fc6832383e6e5aad52543.tar.gz
Declare explicitly thumb mode.
* bandwidth.h contains thumb mode only instructions. Test: normal build. Change-Id: Ib40dfda63f668949370405e7ec53f5f9828200e6
Diffstat (limited to 'tests')
-rw-r--r--tests/memtest/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/memtest/Android.mk b/tests/memtest/Android.mk
index 90d6d83b..372aaf8e 100644
--- a/tests/memtest/Android.mk
+++ b/tests/memtest/Android.mk
@@ -22,5 +22,7 @@ LOCAL_MULTILIB := 32
LOCAL_SANITIZE := never
+LOCAL_ARM_MODE := thumb
+
include $(BUILD_EXECUTABLE)
endif