[audio][drivers] Add da7219 build check

Test: ./scripts/build.sh fails if the driver can't build, passes otherwise
Change-Id: I8ea1502e97b24fa85a07d053eabf5a10af6d270e
diff --git a/src/BUILD.bazel b/src/BUILD.bazel
index dba5239..1804ca9 100644
--- a/src/BUILD.bazel
+++ b/src/BUILD.bazel
@@ -11,5 +11,8 @@
     name = "dialog_repository",
     testonly = True,
     repo_name = "fuchsiadialog.com",
-    deps = [],
+    deps = [
+        "//src/da7219/controller:pkg",
+        "//src/da7219/driver:pkg",
+    ],
 )