summaryrefslogtreecommitdiff
path: root/services/systemcaptions/Android.bp
diff options
context:
space:
mode:
author Jeff Sharkey <jsharkey@android.com> 2020-10-23 14:30:42 -0600
committer Jeff Sharkey <jsharkey@android.com> 2020-10-23 16:55:30 -0600
commitd23b5379c02ab03529f49cfd61062224fb583a42 (patch)
tree5870bf71b9acb45953e8b4af6dd98724fd3dfa66 /services/systemcaptions/Android.bp
parentc76708bc6883dff7b12b467572371486865a7eb4 (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/systemcaptions/Android.bp')
-rw-r--r--services/systemcaptions/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/systemcaptions/Android.bp b/services/systemcaptions/Android.bp
index 54968c003560..54a5a794d086 100644
--- a/services/systemcaptions/Android.bp
+++ b/services/systemcaptions/Android.bp
@@ -7,7 +7,7 @@ filegroup {
java_library_static {
name: "services.systemcaptions",
- defaults: ["services_defaults"],
+ defaults: ["platform_service_defaults"],
srcs: [":services.systemcaptions-sources"],
libs: ["services.core"],
}