Make wifirouter available on guest

This code is exact copy of wifi router from
cloud-android-containerization repository. Differences:
- include header path
- build files.

Change-Id: I82f978a1bd8242f763386c3afaa24f7439196849
diff --git a/Android.bp b/Android.bp
index 73d7264..f6d570a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,6 +15,7 @@
 
 subdirs = [
     "common",
+    "guest",
     "host",
 ]