Upgrade CTRE libraries for 2022

CTRE is now releasing shared libraries, so things got a bit more
difficult.  Deploy those shared libraries and link them into place.

The code starts up with this, but I haven't actually tried interacting
with a Falcon.  That'll come soon enough.

Change-Id: Ia332fb614089044758854766ba1db2b5ecc8f00e
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/y2020/BUILD b/y2020/BUILD
index ee4e628..1e0e4d8 100644
--- a/y2020/BUILD
+++ b/y2020/BUILD
@@ -10,6 +10,8 @@
     ],
     data = [
         ":config",
+        "@ctre_phoenix_api_cpp_athena//:shared_libraries",
+        "@ctre_phoenix_cci_athena//:shared_libraries",
     ],
     dirs = [
         "//y2020/actors:splines",