aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Obenhuber <felix.obenhuber@accenture.com>2024-01-16 08:31:34 +0100
committerFelix Obenhuber <felix.obenhuber@accenture.com>2024-01-16 08:45:35 +0100
commit02994e4018b5e81efd3911350f1db83d79d49588 (patch)
tree433bf4bf96250b2f15312c2150f82d3ea71052dd
parent368805870d33a494270a4d171a170c8e5dab4361 (diff)
downloadnix-02994e4018b5e81efd3911350f1db83d79d49588.tar.gz
Enable the net feature
The net feature of nix enables networking related functionality that is useful when interacting with e.g raw sockets. Test: Treehugger Change-Id: I2b0db54eb692181753c8a484c2235ec7f8e3d46f
-rw-r--r--Android.bp1
-rw-r--r--cargo_embargo.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a6b444a..ddbca61 100644
--- a/Android.bp
+++ b/Android.bp
@@ -37,6 +37,7 @@ rust_library {
"memoffset",
"mman",
"mount",
+ "net",
"poll",
"process",
"sched",
diff --git a/cargo_embargo.json b/cargo_embargo.json
index 30b09cd..6df39c1 100644
--- a/cargo_embargo.json
+++ b/cargo_embargo.json
@@ -6,6 +6,7 @@
"ioctl",
"mount",
"mman",
+ "net",
"poll",
"sched",
"signal",