Add OWNERS and basic license

Bug: b/271464937
Test: presubmit
Change-Id: I6a563f5c8316288791b552dca227867116043326
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..82babe5
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,12 @@
+package {
+    default_applicable_licenses: ["hardware_google_gfxstream_license"],
+}
+
+license {
+    name: "hardware_google_gfxstream_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-Apache-2.0",
+        "SPDX-license-identifier-MIT",
+    ],
+}
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..b0078a6
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,8 @@
+awoloszyn@google.com
+gurchetansingh@google.com
+joshuaduong@google.com
+kaiyili@google.com
+mprzybyl@google.com
+msandy@google.com
+natsu@google.com
+yahan@google.com