Add new owners to the SQLite APIs

Bug: 281584180

Make Shai Barack (shaibay) and Lee Shombert (shombert) owners of the
android.database.sqlite package.  Add these owners as owners of the
associated test directory and the jni files.

Test: N/A

Change-Id: I848cfe99fdc26b383b8afdae4e3ef3ad67e967d3
This commit is contained in:
Lee Shombert 2023-05-12 14:17:11 -07:00
parent 2a97522e77
commit 0bc469d155
5 changed files with 8 additions and 0 deletions

1
OWNERS
View File

@ -38,3 +38,4 @@ per-file TestProtoLibraries.bp = file:platform/platform_testing:/libraries/healt
per-file TestProtoLibraries.bp = file:platform/tools/tradefederation:/OWNERS per-file TestProtoLibraries.bp = file:platform/tools/tradefederation:/OWNERS
per-file ZYGOTE_OWNERS = file:/ZYGOTE_OWNERS per-file ZYGOTE_OWNERS = file:/ZYGOTE_OWNERS
per-file SQLITE_OWNERS = file:/SQLITE_OWNERS

2
SQLITE_OWNERS Normal file
View File

@ -0,0 +1,2 @@
shayba@google.com
shombert@google.com

View File

@ -0,0 +1 @@
include /SQLITE_OWNERS

View File

@ -102,3 +102,6 @@ per-file com_android_internal_os_*MultiStateCounter* = file:/BATTERY_STATS_OWNER
# PM # PM
per-file com_android_internal_content_* = file:/PACKAGE_MANAGER_OWNERS per-file com_android_internal_content_* = file:/PACKAGE_MANAGER_OWNERS
# SQLite
per-file android_database_SQLite* = file:/SQLITE_OWNERS

View File

@ -0,0 +1 @@
include /SQLITE_OWNERS