summaryrefslogtreecommitdiff
path: root/external/libzmf
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-06-24 22:33:28 +0200
committerMichael Stahl <mstahl@redhat.com>2016-06-24 22:34:17 +0200
commitc931f3a5184928bc333796362a5616a93c6ed6d7 (patch)
tree9efdd2c677fa9878a5bc6a86fe41a5a22bbed4c6 /external/libzmf
parent053a843bccaef2d2323be3ddff6217c592a4c5db (diff)
libzmf: __ANDROID__, not ANDROID
The former is defined by GCC, the latter by gbuild -D$(OS) Change-Id: I5960f8f74defcab964729c4deca5b1a988125d24
Diffstat (limited to 'external/libzmf')
-rw-r--r--external/libzmf/0001-add-missing-include.patch.12
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libzmf/0001-add-missing-include.patch.1 b/external/libzmf/0001-add-missing-include.patch.1
index c5ddfe9bcafd..ff1dc2a923f2 100644
--- a/external/libzmf/0001-add-missing-include.patch.1
+++ b/external/libzmf/0001-add-missing-include.patch.1
@@ -18,7 +18,7 @@ index ded93c7..7e024b3 100644
+#include <cmath>
+
-+#if defined(ANDROID)
++#if defined(__ANDROID__)
+namespace std
+{
+template<typename T>