Remove references to package.gni

This gni file was removed recently. The vulkan-cts BUILD.gn was already
converted to use the new package rules, so the import wasn't necessary.

Change-Id: I2a0e5cfa07c65be08876d7ea78bbc0fa115d94e5
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/vulkan-cts/+/539624
Reviewed-by: Craig Stout <cstout@google.com>
diff --git a/fuchsia/BUILD.gn b/fuchsia/BUILD.gn
index 7455f94..2cf73f9 100644
--- a/fuchsia/BUILD.gn
+++ b/fuchsia/BUILD.gn
@@ -4,7 +4,6 @@
 
 import("//build/build_id.gni")
 import("//build/components/fuchsia_test_package.gni")
-import("//build/package.gni")
 import("//src/graphics/lib/magma/gnbuild/magma.gni")
 import("resources.gni")
 
diff --git a/fuchsia/gen.py b/fuchsia/gen.py
index cdfd607..f241eb6 100644
--- a/fuchsia/gen.py
+++ b/fuchsia/gen.py
@@ -53,7 +53,7 @@
 # found in the LICENSE file.
 # File generated by ../gen.py - do not modify.
 
-import("//build/package.gni")
+import("//build/components/fuchsia_test_package.gni")
 import("//src/graphics/lib/magma/gnbuild/magma.gni")
 import("../resources.gni")
 
diff --git a/fuchsia/split-cts/BUILD.gn b/fuchsia/split-cts/BUILD.gn
index f825942..b9c2eb4 100644
--- a/fuchsia/split-cts/BUILD.gn
+++ b/fuchsia/split-cts/BUILD.gn
@@ -3,7 +3,7 @@
 # found in the LICENSE file.
 # File generated by ../gen.py - do not modify.
 
-import("//build/package.gni")
+import("//build/components/fuchsia_test_package.gni")
 import("//src/graphics/lib/magma/gnbuild/magma.gni")
 import("../resources.gni")