Add arg.gni to help with rename to libvulkan.so.1

We want to unify our BUILD.gn with upstream's, and that includes
renaming libvulkan.so to libvulkan.so.1 on Linux. Some code in src/
depends in the libvulkan.so filename, so we need to add an arg.gni so we
can flip the switch those dependencies over atomically.

Bug: 79706

Change-Id: I585b419bcfed9434aa2012e0d1e450b04dc3a031
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/Vulkan-Loader/+/549042
Reviewed-by: Craig Stout <cstout@google.com>
diff --git a/arg.gni b/arg.gni
new file mode 100644
index 0000000..99ec212
--- /dev/null
+++ b/arg.gni
@@ -0,0 +1,15 @@
+# Copyright (c) 2021 Google Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     https://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+output_libvulkan_so_1 = false