diff options
author | 2020-10-23 14:30:42 -0600 | |
---|---|---|
committer | 2020-10-23 16:55:30 -0600 | |
commit | d23b5379c02ab03529f49cfd61062224fb583a42 (patch) | |
tree | 5870bf71b9acb45953e8b4af6dd98724fd3dfa66 /services/appprediction/Android.bp | |
parent | c76708bc6883dff7b12b467572371486865a7eb4 (diff) |
Enable Error Prone to detect obscure bugs.
We've been writing many new framework-specific Error Prone checkers
to help detect obscure platform bugs, and this change starts enabling
those checkers for more packages across the platform.
Bug: 155703208
Test: manual
Exempt-From-Owner-Approval: trivial blueprint changes
Change-Id: I1db3412b0be40f6f78c68331ae01756887192071
Diffstat (limited to 'services/appprediction/Android.bp')
-rw-r--r-- | services/appprediction/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/appprediction/Android.bp b/services/appprediction/Android.bp index c12f62fc6cd1..bc43db1fa116 100644 --- a/services/appprediction/Android.bp +++ b/services/appprediction/Android.bp @@ -7,7 +7,7 @@ filegroup { java_library_static { name: "services.appprediction", - defaults: ["services_defaults"], + defaults: ["platform_service_defaults"], srcs: [":services.appprediction-sources"], libs: ["services.core"], } |