Merge 3940d931fa719d37e65088e6a6b484cdc128d5f1 on remote branch

Change-Id: I5a8fdf7a0290b5cffe71983cf9e62d4bc457236c
diff --git a/Android.bp b/Android.bp
index 7878b66..ba373ef 100644
--- a/Android.bp
+++ b/Android.bp
@@ -25,3 +25,17 @@
         "-Xuse-experimental=kotlinx.coroutines.InternalCoroutinesApi",
     ],
 }
+
+java_library {
+    name: "kotlinx_coroutines_android",
+    sdk_version: "28",
+    srcs: ["ui/kotlinx-coroutines-android/src/**/*.kt"],
+    kotlincflags: [
+        "-Xuse-experimental=kotlinx.coroutines.InternalCoroutinesApi",
+        "-Xuse-experimental=kotlinx.coroutines.ExperimentalCoroutinesApi",
+    ],
+    libs: [
+        "kotlinx_coroutines",
+        "androidx.annotation_annotation",
+    ],
+}
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..d325c3f
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,2 @@
+ccross@android.com
+jreck@google.com