summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
author Antoine SOULIER <asoulier@google.com> 2024-08-21 18:07:29 +0000
committer Antoine SOULIER <asoulier@google.com> 2024-11-05 22:08:58 +0000
commit0dc741f8e299eba896cbf9f5ced8139e182d820b (patch)
treee485088173aac942826171bd158536cb35c04914 /Android.bp
parent4521cb172878ee51b82cc5115d90975ad3298b1b (diff)
Framework implementation for HCI Vendor Specific Handling
Bug: 360924438 Test: mma -j32 Flag: com.android.bluetooth.flags.hci_vendor_specific_extension Change-Id: I02baab09782a0e8fc88d36c7d9bc4c4fa518fb8c
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 476d018736..fde5137bba 100644
--- a/Android.bp
+++ b/Android.bp
@@ -154,6 +154,7 @@ java_defaults {
"-Xep:OperatorPrecedence:ERROR",
"-Xep:ReferenceEquality:ERROR",
"-Xep:ReturnAtTheEndOfVoidFunction:ERROR",
+ "-Xep:ReturnFromVoid:ERROR",
"-Xep:StaticAssignmentInConstructor:ERROR",
"-Xep:StaticGuardedByInstance:ERROR",
"-Xep:StringCaseLocaleUsage:ERROR",