Use more meaningful cuttlefish_kernel for kernel references

Change-Id: I701447779b10c9dcb7a0f17a009f9ead3ff93d4a
diff --git a/WORKSPACE b/WORKSPACE
index 7830b3d..659a12b 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -49,9 +49,9 @@
 )
 
 new_local_repository(
-    name = "kernel",
+    name = "cuttlefish_kernel",
     path = "../cuttlefish_kernel",
-    build_file = "//external:kernel.BUILD",
+    build_file = "//external:cuttlefish_kernel.BUILD",
 )
 
 
diff --git a/common/vsoc/lib/BUILD b/common/vsoc/lib/BUILD
index d308e2a..7b4c6ee 100644
--- a/common/vsoc/lib/BUILD
+++ b/common/vsoc/lib/BUILD
@@ -25,6 +25,6 @@
     deps = [
         "//common/libs/fs",
         "//common/vsoc/shm",
-        "@kernel//:uapi",
+        "@cuttlefish_kernel//:uapi",
     ],
 )
diff --git a/external/kernel.BUILD b/external/cuttlefish_kernel.BUILD
similarity index 100%
rename from external/kernel.BUILD
rename to external/cuttlefish_kernel.BUILD
diff --git a/host/vsoc/lib/BUILD b/host/vsoc/lib/BUILD
index 3db541f..bc36aa5 100644
--- a/host/vsoc/lib/BUILD
+++ b/host/vsoc/lib/BUILD
@@ -11,7 +11,7 @@
     deps = [
         "//common/libs/fs",
         "//common/vsoc/lib:vsoc_common",
-        "@kernel//:uapi",
+        "@cuttlefish_kernel//:uapi",
     ],
 )