summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2019-05-03 19:17:49 -0700
committerSvetoslav Ganov <svetoslavganov@google.com>2019-05-10 14:08:00 +0000
commitd2404405e77a1adbba7d17af30640374f6428308 (patch)
tree3cb460fefa142afa823b4dc34184c380397ca88b /tools/aapt2/java/JavaClassGenerator_test.cpp
parentdb2d53578296b28343c6dde07bc99a85556824f2 (diff)
Revert "MemoryIntArray: track the owned file descriptor in a PFD."
The reverted change causes a regression where we can get an IllegalStateException during finalization as we are adopting the native fd in a ParcelFileDescriptor which takes ownership of the fd. However, the order of finalization is undefined and if the ParcelFileDescriptor is finalized before the MemoryIntArray we would get an exception when running the finalization of the latter. bug:124056170 This reverts commit c81f53f7f114962f757312ac884a279035fe0584. Change-Id: I8debb9c5f4c87b1a657084139b27f40b7956fe59
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions