STC drivers test now uses a driver that is always present; added buck build for corsa driver

Change-Id: I5310c54bb295f86a6f384a0f4bf18ed75cda1ef5
diff --git a/tools/package/BUCK b/tools/package/BUCK
index 31896f3..9d57c04 100644
--- a/tools/package/BUCK
+++ b/tools/package/BUCK
@@ -15,8 +15,9 @@
 
 #FIXME this list is currently mirrored from the root Buck file
 APPS = [
-  #Drivers
+  # Drivers
   '//drivers/default:onos-drivers-default-oar',
+  '//drivers/corsa:onos-drivers-corsa-oar',
 
   # Providers
   '//providers/bgp:onos-providers-bgp-oar',
@@ -114,4 +115,4 @@
   bash = 'sed "s#ONOS_TAR=#ONOS_TAR=$(location :onos-package)#" $SRCS > $OUT; chmod +x $OUT',
   executable = True,
   visibility = [ 'PUBLIC' ],
-)
\ No newline at end of file
+)