diff options
author | 2024-08-21 18:07:29 +0000 | |
---|---|---|
committer | 2024-11-05 22:08:58 +0000 | |
commit | 0dc741f8e299eba896cbf9f5ced8139e182d820b (patch) | |
tree | e485088173aac942826171bd158536cb35c04914 /Android.bp | |
parent | 4521cb172878ee51b82cc5115d90975ad3298b1b (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.bp | 1 |
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", |