mirror of
https://github.com/hufrea/byedpi.git
synced 2024-11-20 12:25:05 +00:00
Replace __ANDROID__ with __ANDROID_NDK__
This commit is contained in:
parent
dcfefca1c7
commit
e12be5db14
4
params.h
4
params.h
@ -5,7 +5,7 @@
|
||||
#else
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
#if __ANDROID__
|
||||
#if __ANDROID_NDK__
|
||||
#include <android/log.h>
|
||||
#endif
|
||||
|
||||
@ -47,7 +47,7 @@ struct packet {
|
||||
extern struct packet fake_tls;
|
||||
extern struct packet fake_http;
|
||||
|
||||
#if __ANDROID__
|
||||
#if __ANDROID_NDK__
|
||||
#define LOG_S ANDROID_LOG_DEBUG
|
||||
#define LOG_L ANDROID_LOG_VERBOSE
|
||||
#define LOG(s, str, ...) \
|
||||
|
Loading…
Reference in New Issue
Block a user