From a375faa4a1caf000403733b87339b32f9cabc8ab Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Fri, 23 Oct 2020 14:03:41 -0600 Subject: [PATCH] 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 --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 8e075b6db90..c84dc1eb453 100644 --- a/Android.bp +++ b/Android.bp @@ -72,6 +72,7 @@ platform_compat_config { android_app { name: "Settings", + defaults: ["platform_app_defaults"], platform_apis: true, certificate: "platform", system_ext_specific: true,