Export fuse_sideload.h for libfusesideload.

Move the module into a separate directory so that we can export only the
expected header.

With this change, minadbd no longer needs to include bootable/recovery.

Test: mmma -j bootable/recovery
Change-Id: I69b888ceb160a33a67d79c5bda208dc17ad6ed86
diff --git a/minadbd/Android.bp b/minadbd/Android.bp
index fcdb482..432b2f0 100644
--- a/minadbd/Android.bp
+++ b/minadbd/Android.bp
@@ -22,7 +22,6 @@
     ],
 
     include_dirs: [
-        "bootable/recovery",
         "system/core/adb",
     ],
 }
@@ -41,6 +40,7 @@
     ],
 
     static_libs: [
+        "libfusesideload",
         "libbase",
         "libcrypto",
     ],