small SDK proxy ifdef fix, rewording of sentence in readme

This commit is contained in:
Joseph Henry
2016-06-24 13:05:19 -07:00
parent b9a2427825
commit 58dddb9d2f
5 changed files with 11 additions and 3 deletions

View File

@@ -136,7 +136,7 @@ NetconEthernetTap::NetconEthernetTap(
// Start SOCKS5 Proxy server
// For use when traditional syscall hooking isn't available (ex. some APIs on iOS and Android)
#if defined(USE_SOCKS_PROXY)
#if defined(USE_SOCKS_PROXY) || defined(__ANDROID__)
StartProxy(sockPath);
#endif