aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/hicn/transport/core/facade.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtransport/src/hicn/transport/core/facade.h')
-rw-r--r--libtransport/src/hicn/transport/core/facade.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtransport/src/hicn/transport/core/facade.h b/libtransport/src/hicn/transport/core/facade.h
index c28c84671..27e738e62 100644
--- a/libtransport/src/hicn/transport/core/facade.h
+++ b/libtransport/src/hicn/transport/core/facade.h
@@ -37,7 +37,7 @@ namespace core {
using HicnForwarderPortal = Portal<HicnForwarderInterface>;
#ifdef __linux__
-#ifndef __ANDROID_API__
+#ifndef __ANDROID__
using RawSocketPortal = Portal<RawSocketInterface>;
#endif
#ifdef __vpp__