1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

build: detect Android via '__ANDROID__' macro

https://sourceforge.net/p/predef/wiki/OperatingSystems
This commit is contained in:
Alexander Alekhin
2017-07-10 12:43:59 +03:00
parent cddf868572
commit a4a47b538c
25 changed files with 73 additions and 73 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
// TODO remove LOG macros, add logging class
#if ENABLE_LOG
#ifdef ANDROID
#ifdef __ANDROID__
#include <iostream>
#include <sstream>
#include <android/log.h>