summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2021-04-13 12:58:51 -0400
committerJohn Reck <jreck@google.com>2021-04-13 12:58:51 -0400
commit7db8da8a1ecd3a6460ab1d73b7ed8e647acf6651 (patch)
tree0b23a02c2c617002465a7c74315e03996896de07 /tools/aapt2/java/JavaClassGenerator_test.cpp
parentae4d48ebec8b873d59ef70ccea13de0ebceb7354 (diff)
Remove CloseGuard from DisplayEventReceiver
Majority usage of DisplayEventReceiver is with Choreographer, which is a thread-local. As such, it cannot have dispose() called on it easily and dispose is also @hide. Since apps can't do anything about this, and aren't really supposed to, remove the CloseGuard as it just generates false-positive errors for 3p devs. Fixes: 154358085 Test: none Change-Id: I5e9e5324644967897f2b37a19f4fb1485b8ae5bb
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions