diff options
author | 2025-02-13 15:59:15 -0800 | |
---|---|---|
committer | 2025-02-13 16:00:24 -0800 | |
commit | 55cf6ca51669c2168a81082ee758fd66740f1b88 (patch) | |
tree | 28c2a8e223ee98980568536e0e5449000e0ffd4f /Android.bp | |
parent | 7e906340128f3f517c4c580db0374a32816e723d (diff) |
Errorprone fix & enforce ThreadJoinLoop
Bug: 311772251
Test: m BluetoothInstrumentationTests
Flag: TEST_ONLY
Change-Id: I9b6b3a59133520d485909cd4dedb6e6f189863d5
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 bef6c85049..d23d8552d7 100644 --- a/Android.bp +++ b/Android.bp @@ -167,6 +167,7 @@ java_defaults { "-Xep:StringCaseLocaleUsage:ERROR", "-Xep:StringCharset:ERROR", "-Xep:SynchronizeOnNonFinalField:ERROR", + "-Xep:ThreadJoinLoop:ERROR", "-Xep:ToStringReturnsNull:ERROR", "-Xep:TruthConstantAsserts:ERROR", "-Xep:TruthIncompatibleType:ERROR", |