aboutsummaryrefslogtreecommitdiff
path: root/test/mock/galaxy-s3-us.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/mock/galaxy-s3-us.cc')
-rw-r--r--test/mock/galaxy-s3-us.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/mock/galaxy-s3-us.cc b/test/mock/galaxy-s3-us.cc
index e4dd834..0192f04 100644
--- a/test/mock/galaxy-s3-us.cc
+++ b/test/mock/galaxy-s3-us.cc
@@ -443,6 +443,9 @@ TEST(L4, none) {
#include <galaxy-s3-us.h>
int main(int argc, char* argv[]) {
+#if CPUINFO_ARCH_ARM
+ cpuinfo_set_hwcap(UINT32_C(0x0001B0D7));
+#endif
cpuinfo_mock_filesystem(filesystem);
#ifdef __ANDROID__
cpuinfo_mock_android_properties(properties);