Merge remote-tracking branch 'cros/upstream' into merge-upstream

Contains following commits:

ecd188f libmbim-glib,proxy: fix reporting of merged subscribe list
095cd71 libmbim-glib,proxy: avoid double GError free
21f7970 mbimcli: add missing EOL in error print when closing device
9277067 libmbim-glib,proxy: don't acquire device context during untrack
d3ac22b libmbim-glib,proxy: improve per-client operation logging
830885b libmbim-glib,proxy: improve per-device operation logging
feaf875 mbim-network: don't manage MBIM channel open when using the proxy
e266810 libmbim-glib,proxy: use same transaction id for all fragments
7e0957d ci: create release tarball and hash as build artifacts
34ce475 docs: add missing references to mbim_device_get_transaction_id()
f59b3f5 libmbim-glib,device: get_transaction_id() already in 1.24.4

BUG=None
TEST=Install on octopus. Check internet connection using UI.

Change-Id: I3464b685d960d03d27b8d3254222a9b9cd93d2da
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..af1732f
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,3 @@
+set noparent
+ejcaruso@chromium.org
+pholla@chromium.org
diff --git a/README.chromium b/README.chromium
new file mode 100644
index 0000000..0ad12ac
--- /dev/null
+++ b/README.chromium
@@ -0,0 +1,6 @@
+URL: http://cgit.freedesktop.org/libmbim/libmbim/
+License: GPLv2
+License File: COPYING
+
+Description:
+  MBIM modem protocol helper library.