summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator.cpp
diff options
context:
space:
mode:
authorSudheer Shanka <sudheersai@google.com>2020-09-24 15:51:24 -0700
committerSudheer Shanka <sudheersai@google.com>2020-09-25 04:42:08 +0000
commit1c509615592635ed1551901915ab63b5cc80f8c7 (patch)
treecb833e1551b5c28c80bfc5f7c127c7d8fae7e24c /tools/aapt2/java/JavaClassGenerator.cpp
parentd6af5b5d1e5986c2d63dfc89d996c899416cf9f8 (diff)
Disable use of RevocableFileDescriptor for blob reads.
We are using RevocableFileDescriptor as a precaution to make sure when blobs get deleted, apps are not holding onto those fds and preventing disk space from getting freed but this might not be much of a concern since non-system apps cannot be persistent (so they eventually gets killed) and apps can already fill up disk space if they want and given that we are seeing issues with fuse reads, disabling the use of RevocableFileDescriptor for blob reads. Bug: 162662834 Test: atest --test-mapping apex/blobstore Change-Id: I13a504fac154e2a3cacfb37e83a9cfec4ae80b63
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions