diff options
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 5af77562de85..06f3666c9aab 100644 --- a/Android.bp +++ b/Android.bp @@ -330,6 +330,7 @@ filegroup { ":gatekeeper_aidl", ":gsiservice_aidl", ":incidentcompanion_aidl", + ":inputconstants_aidl", ":installd_aidl", ":keystore_aidl", ":libaudioclient_aidl", @@ -598,6 +599,12 @@ java_library { "//frameworks/base/apex/jobscheduler/framework", "//frameworks/base/packages/Tethering/tests/unit", ], + errorprone: { + javacflags: [ + "-Xep:AndroidFrameworkCompatChange:ERROR", + "-Xep:AndroidFrameworkUid:ERROR", + ], + }, } // This "framework" module is NOT installed to the device. It's |