aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2018-05-03 18:59:16 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-05-03 18:59:16 -0700
commit25f417e6e9a009c3ecafd89bfb520a200b408ae6 (patch)
tree074909c1fe2f934436a36dbdb372411f657073ec
parent3962813cd90ad452601a21fa1e20d4fef9bd7b0b (diff)
parent13eed3cb064308d4b534d921a30cad29e7479575 (diff)
downloadstressapptest-25f417e6e9a009c3ecafd89bfb520a200b408ae6.tar.gz
Merge "64 bit stressapptest" am: c1551718dc am: 472b0bd37d
am: 13eed3cb06 Change-Id: I9b5e187884615a4b4dc715d70e05ade8cb9c7b34
-rw-r--r--Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index f3cd77d..6698cd0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -18,11 +18,9 @@ LOCAL_SRC_FILES := \
src/sat_factory.cc \
src/worker.cc
-# just build a 32b version, even on 64b hosts
-LOCAL_MULTILIB := 32
LOCAL_MODULE := stressapptest
LOCAL_MODULE_TAGS := optional
-LOCAL_MODULE_UNSUPPORTED_TARGET_ARCH := mips x86
+LOCAL_MODULE_UNSUPPORTED_TARGET_ARCH := mips x86 x86_64
LOCAL_CFLAGS := -DHAVE_CONFIG_H -DANDROID -DNDEBUG -UDEBUG -DCHECKOPTS
LOCAL_CFLAGS += -Wall -Werror -Wno-unused-parameter -Wno-\#warnings