commit | be2d5ae0d34e4bd6f7796776546b3adbcaab0618 | [log] [tgz] |
---|---|---|
author | Michael Hoisie <hoisie@google.com> | Thu Mar 14 20:32:08 2024 +0000 |
committer | Michael Hoisie <hoisie@google.com> | Tue Oct 01 01:51:27 2024 +0000 |
tree | 69a670dc14112c941861680a050808da42574f7e | |
parent | ca4be53fea51c90e492100232e991c2095632a03 [diff] |
Use MappedFile in android_database_SQLiteConnection By using MappedFile, android_database_SQLiteConnection can compile on all host platforms, including Windows. Also, MappedFile automatically munmap's the memory region when it goes out of scope. Test: Robolectric SQLiteDatabaseTest on Windows Bug: 317884162 Change-Id: I535449c296e0a6fa0b3c16516de11efbf9623e59