aboutsummaryrefslogtreecommitdiffstats
path: root/testing/anbox/fix-arm-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/anbox/fix-arm-build.patch')
-rw-r--r--testing/anbox/fix-arm-build.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/anbox/fix-arm-build.patch b/testing/anbox/fix-arm-build.patch
deleted file mode 100644
index 1e422ef09d..0000000000
--- a/testing/anbox/fix-arm-build.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/src/anbox/cmds/system_info.cpp
-+++ b/src/anbox/cmds/system_info.cpp
-@@ -31,7 +31,9 @@
- #include "OpenGLESDispatch/EGLDispatch.h"
-
- #include "cpu_features_macros.h"
-+#if defined(CPU_FEATURES_ARCH_X86)
- #include "cpuinfo_x86.h"
-+#endif
-
- namespace fs = boost::filesystem;
-
---- a/src/anbox/cmds/check_features.cpp
-+++ b/src/anbox/cmds/check_features.cpp
-@@ -19,7 +19,9 @@
- #include "anbox/utils.h"
-
- #include "cpu_features_macros.h"
-+#if defined(CPU_FEATURES_ARCH_X86)
- #include "cpuinfo_x86.h"
-+#endif
-
- namespace {
- std::vector<std::string> cpu_whitelist = {