More work cleaning up the BUILD files

Change-Id: I47fb18e7a12cd7e081631a5369274ef1e25f22c4
diff --git a/aos/linux_code/starter/starter.cc b/aos/linux_code/starter/starter.cc
index 616bbdb..01a462a 100644
--- a/aos/linux_code/starter/starter.cc
+++ b/aos/linux_code/starter/starter.cc
@@ -27,7 +27,11 @@
 #include <memory>
 #include <set>
 
+#ifdef AOS_BAZEL
+#include "third_party/libevent/event.h"
+#else
 #include <event2/event.h>
+#endif
 
 #include "aos/common/logging/logging.h"
 #include "aos/common/logging/logging_impl.h"