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",
+    ],
+}