Kaydet (Commit) c931f3a5 authored tarafından Michael Stahl's avatar Michael Stahl

libzmf: __ANDROID__, not ANDROID

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

Change-Id: I5960f8f74defcab964729c4deca5b1a988125d24
üst 053a843b
...@@ -18,7 +18,7 @@ index ded93c7..7e024b3 100644 ...@@ -18,7 +18,7 @@ index ded93c7..7e024b3 100644
+#include <cmath> +#include <cmath>
+ +
+#if defined(ANDROID) +#if defined(__ANDROID__)
+namespace std +namespace std
+{ +{
+template<typename T> +template<typename T>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment