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/y2022/BUILD b/y2022/BUILD
index cf52280..af57a74 100644
--- a/y2022/BUILD
+++ b/y2022/BUILD
@@ -8,6 +8,8 @@
     ],
     data = [
         ":config",
+        "@ctre_phoenix_api_cpp_athena//:shared_libraries",
+        "@ctre_phoenix_cci_athena//:shared_libraries",
     ],
     dirs = [
         "//y2022/www:www_files",