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: I9090b677a90d475b77b3d1127bb4e6c4e1201764
diff --git a/Android.bp b/Android.bp
index 8e075b6..c84dc1e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -72,6 +72,7 @@
android_app {
name: "Settings",
+ defaults: ["platform_app_defaults"],
platform_apis: true,
certificate: "platform",
system_ext_specific: true,