From c931f3a5184928bc333796362a5616a93c6ed6d7 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 24 Jun 2016 22:33:28 +0200 Subject: libzmf: __ANDROID__, not ANDROID The former is defined by GCC, the latter by gbuild -D$(OS) Change-Id: I5960f8f74defcab964729c4deca5b1a988125d24 --- external/libzmf/0001-add-missing-include.patch.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external/libzmf') 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 + -+#if defined(ANDROID) ++#if defined(__ANDROID__) +namespace std +{ +template -- cgit