Merge "Change the interface of XmlWriter so it can be used in other places."
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..f0c811a
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,9 @@
+# Use this reviewer by default.
+platform-compat-eng+reviews@google.com
+
+andreionea@google.com
+atrost@google.com
+bdc@google.com
+mathewi@google.com
+narayan@google.com
+satayev@google.com
diff --git a/README b/README
new file mode 100644
index 0000000..4cd6fd3
--- /dev/null
+++ b/README
@@ -0,0 +1,5 @@
+This directory contains platform app compat (go/android-compat) tools.
+
+annotation/processors/changeid contains the @ChangeId annotation processor, that transforms the
+change ids (annotated with @ChangeId and optionally with @Disabled/@EnabledAfter) into a
+compat_config xml file listing all the changes and their defaults.