summaryrefslogtreecommitdiff
path: root/native/android/include
diff options
context:
space:
mode:
author Lorenzo Colitti <lorenzo@google.com> 2017-05-17 16:50:17 +0900
committer Lorenzo Colitti <lorenzo@google.com> 2017-05-25 16:42:12 +0900
commitd15f0af2fe5cf698e23ee1842814d4594e8eeb97 (patch)
tree02280ecad6b8148e7b7f8276c24dae0fa2812144 /native/android/include
parent093f1098de43a376f79a9dd956117345f0fcbe3d (diff)
Allow vendor code to link to libandroid_net.
This library contains only the multinetwork API, which is part of the NDK and has long-term support. It is needed by any native that wants to use network communications on a different network than the default network, and thus is necessary for vendor code such as IMS clients or carrier applications. Bug: 37527489 Test: marlin builds and boots Test: MultinetworkApiTest CTS tests passes Change-Id: I2aa592d1d082aae410173adf2a09f6d1dd8092dc
Diffstat (limited to 'native/android/include')
l---------native/android/include/multinetwork.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/android/include/multinetwork.h b/native/android/include/multinetwork.h
new file mode 120000
index 000000000000..f9d051aa9f24
--- /dev/null
+++ b/native/android/include/multinetwork.h
@@ -0,0 +1 @@
+../../../../native/include/android/multinetwork.h \ No newline at end of file