Merge remote-tracking branch 'aosp/upstream-master' into merge_rules_go

Create two more files
- LICENSE which is a symlink to LICENSE.txt
- OWNERS

Test: N/A
Change-Id: If65c9397956c6d37c2cf65902b92f1b5c8a51dee
diff --git a/LICENSE b/LICENSE
new file mode 120000
index 0000000..85de3d4
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1 @@
+LICENSE.txt
\ No newline at end of file
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..c649fb6
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "rules_go"
+description:
+    "Bazel build rules for building Go code"
+
+third_party {
+  url {
+    type: HOMEPAGE
+    value: "https://github.com/bazelbuild/rules_go"
+  }
+  url {
+    type: GIT
+    value: "https://github.com/bazelbuild/rules_go"
+  }
+  version: "v0.39.1"
+  last_upgrade_date { year: 2023 month: 6 day: 13 }
+  license_type: NOTICE
+}
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..1d8c195
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1 @@
+include platform/build/bazel:/OWNERS