diff options
author | 2020-05-03 11:36:16 -0600 | |
---|---|---|
committer | 2020-05-03 11:36:17 -0600 | |
commit | 7a3c61259e39fa10d72bba6674b5480361a2fa59 (patch) | |
tree | 74246da53bfa85e280606f61d6a4f86c5b10ae51 | |
parent | f96c7c3fbe10696f25e4e780455251490f49f4a5 (diff) |
Split MediaProvider into its own target.
As we move towards becoming a Mainline module, it's important that
we catch as many bugs as possible during initial code review, and
Error Prone is designed to do exactly that.
Instead of lumping ourselves into the generic "packages" grouping,
this change adds a specific package for this Mainline module.
Bug: 142561358
Test: ./build/soong/soong_ui.bash --make-mode MediaProviderLegacy com.google.android.mediaprovider MediaProviderTests RUN_ERROR_PRONE=true
Change-Id: I62102febe39225a54c77d9ad463c350b3df9cafa
-rw-r--r-- | tools/warn/android_project_list.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/warn/android_project_list.py b/tools/warn/android_project_list.py index 4726fa2368..1010b242d9 100644 --- a/tools/warn/android_project_list.py +++ b/tools/warn/android_project_list.py @@ -102,6 +102,7 @@ project_list = [ create_pattern('ndk'), # match vendor/unbungled_google/packages before other packages create_pattern('unbundled_google'), + create_pattern('packages/providers/MediaProvider'), create_pattern('packages'), create_pattern('pdk'), create_pattern('prebuilts'), |