diff options
| author | 2020-06-25 11:30:13 -0700 | |
|---|---|---|
| committer | 2020-06-26 11:23:05 -0700 | |
| commit | f952e66c1dc9c4dcc92dddbe7d56a0001732f53e (patch) | |
| tree | 857732b9e121961c29f077f7505c582abb318ad1 /Android.bp | |
| parent | 1d9d0b9dac17d3275c19d916acf375ad129abe0d (diff) | |
Update permissions whitelist for calendar provider.
Also allow compat changes in calendar provider to be detected.
Bug: 143231523
Test: atest CalendarProvider2Test
Change-Id: I19caac418223723bb4c7001e12e4311a231f937a
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 89a4557fa1ce..1d094b8e7c5b 100644 --- a/Android.bp +++ b/Android.bp @@ -568,6 +568,7 @@ java_library { "libcore-platform-compat-config", "services-platform-compat-config", "documents-ui-compat-config", + "calendar-provider-compat-config", ], libs: ["framework-updatable-stubs-module_libs_api"], static_libs: [ |