Skip to content

Commit 7104878

Browse files
committed
android: use standard __ANDROID__ definition
1 parent 2e155a5 commit 7104878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/build_config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# define NACL_OSX 0
3737
#endif
3838

39-
#if defined(ANDROID)
39+
#if defined(__ANDROID__)
4040
# define NACL_ANDROID 1
4141
#else
4242
# define NACL_ANDROID 0

0 commit comments

Comments
 (0)