mirror of
https://github.com/hufrea/byedpi.git
synced 2025-02-21 10:49:15 +03:00
Replace __ANDROID__ with __ANDROID_NDK__
This commit is contained in:
parent
dcfefca1c7
commit
e12be5db14
1 changed files with 2 additions and 2 deletions
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…
Add table
Reference in a new issue