[eglib] (goutput.c) Revert Android logging host-target change
authorAleksey Kliger <aleksey@xamarin.com>
Tue, 8 Aug 2017 18:45:37 +0000 (14:45 -0400)
committerAleksey Kliger (λgeek) <akliger@gmail.com>
Tue, 8 Aug 2017 22:37:33 +0000 (18:37 -0400)
Revert part of 590473d01b3a3e11f87b9f2a8af3023926efca00 - the Android-specific
logging in eglib/goutput.c should be used when the host is Android, not the
target.

mono/eglib/goutput.c

index 6064f8c8b5a8460934dd16a729a968d7e907b99c..7b1627c0cd27b61955f820f5b20bbdc38e60144d 100644 (file)
@@ -137,7 +137,7 @@ g_assertion_message (const gchar *format, ...)
        exit (0);
 }
 
-#if TARGET_ANDROID
+#if PLATFORM_ANDROID
 #include <android/log.h>
 
 static android_LogPriority