libzmf: __ANDROID__, not ANDROID

The former is defined by GCC, the latter by gbuild -D$(OS)

Change-Id: I5960f8f74defcab964729c4deca5b1a988125d24
This commit is contained in:
Michael Stahl
2016-06-24 22:33:28 +02:00
parent 053a843bcc
commit c931f3a518

View File

@@ -18,7 +18,7 @@ index ded93c7..7e024b3 100644
+#include <cmath>
+
+#if defined(ANDROID)
+#if defined(__ANDROID__)
+namespace std
+{
+template<typename T>