Merge "Add new owners to the SQLite APIs"

This commit is contained in:
Treehugger Robot
2023-05-16 15:34:12 +00:00
committed by Gerrit Code Review
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 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
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