Make code deploy more cleanly

This makes it so that the code will actually start on boot and puts the
log_fbs_shmem binary into the robot_code folder.

Change-Id: I46900154e73c03514648cb23a8befe2cf478d967
diff --git a/aos/BUILD b/aos/BUILD
index 57c6b1e..7882244 100644
--- a/aos/BUILD
+++ b/aos/BUILD
@@ -28,6 +28,7 @@
         "//aos:core",
         "//aos/logging:log_streamer.stripped",
         "//aos/logging:log_displayer.stripped",
+        "//aos:log_fbs_shmem.stripped",
         "//aos/starter",
     ],
     visibility = ["//visibility:public"],