summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Shai Barack <shayba@google.com> 2024-06-21 18:43:55 +0000
committer Shai Barack <shayba@google.com> 2024-06-21 19:55:49 +0000
commit678850606feecc7d94d17bad9be0a8f0f69c0042 (patch)
treed198f6db7366e23b86eaebef6f69a71e82f62736
parent2b6e889b39368b19769271c9f38625ce2c9b0957 (diff)
Add a comment to the SQLite OWNERS file to clarify the responsibilities of the Android platform SQLite owners.
Flag: DOCS_ONLY Change-Id: I02b4a4ec753089e4d0e1dd9033ab92c983990308
-rw-r--r--SQLITE_OWNERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/SQLITE_OWNERS b/SQLITE_OWNERS
index 1ff72e7689a7..783a0b6f6212 100644
--- a/SQLITE_OWNERS
+++ b/SQLITE_OWNERS
@@ -1,2 +1,9 @@
+# Android platform SQLite owners are responsible for:
+# 1. Periodically updating libsqlite from upstream sqlite.org.
+# 2. Escalating libsqlite bug reports to upstream sqlite.org.
+# 3. Addressing bugs, performance regressions, and feature requests
+# in Android SDK SQLite wrappers (android.database.sqlite.*).
+# 4. Reviewing proposed changes to said Android SDK SQLite wrappers.
+
shayba@google.com
shombert@google.com