diff options
| author | 2024-06-21 19:58:40 +0000 | |
|---|---|---|
| committer | 2024-06-21 19:58:40 +0000 | |
| commit | 33ee33bf09829a10f909b41173e7c88ee1c225ea (patch) | |
| tree | 1ac902a68f7d6ce7ab39bf91d97b0bf9f83e4c51 | |
| parent | 0687703b8a3af54f919e7e52601b00751b72c60a (diff) | |
| parent | 678850606feecc7d94d17bad9be0a8f0f69c0042 (diff) | |
Merge "Add a comment to the SQLite OWNERS file to clarify the responsibilities of the Android platform SQLite owners." into main
| -rw-r--r-- | SQLITE_OWNERS | 7 |
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 |