Enable the inotify feature

The inotify feature in nix provides monitoring API for filesystem
events.

Test: Treehugger
Change-Id: Ib3522b826821f59348d46aba235190356ef42d4c
diff --git a/Android.bp b/Android.bp
index f9d97cb..cded2f2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -24,6 +24,7 @@
         "event",
         "feature",
         "fs",
+        "inotify",
         "ioctl",
         "memoffset",
         "mman",
diff --git a/cargo_embargo.json b/cargo_embargo.json
index 0ae7394..861a45d 100644
--- a/cargo_embargo.json
+++ b/cargo_embargo.json
@@ -3,6 +3,7 @@
     "event",
     "feature",
     "fs",
+    "inotify",
     "ioctl",
     "mount",
     "mman",