Update top-level BUILD.bazel for 6.6

Change the build file so the modules build
successfully on 6.6 temporarily so presubmit
passes for the manifest change.

Bug: 364748249
Change-Id: Iadd32140fd1bd75dc670ead250a9bc7dbf864c24
diff --git a/BUILD.bazel b/BUILD.bazel
index a21afae..d7a1328 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -6,7 +6,6 @@
     "ddk_headers",
     "ddk_module",
     "kernel_build",
-    "kernel_compile_commands",
     "kernel_module_group",
 )
 
@@ -23,7 +22,6 @@
         "modules",
     ],
     module_outs = [
-        "ffa-core.ko",
         "ffa-module.ko",
     ],
     strip_modules = True,
@@ -138,14 +136,6 @@
     ],
 )
 
-kernel_compile_commands(
-    name = "trusty_aarch64_compile_commands",
-    deps = [
-        ":trusty_aarch64",
-        ":trusty_aarch64_external_modules",
-    ],
-)
-
 copy_to_dist_dir(
     name = "trusty_aarch64_dist",
     data = [