diff options
| author | 2024-12-16 18:12:02 -0800 | |
|---|---|---|
| committer | 2024-12-16 19:25:30 -0800 | |
| commit | 5f0df423bf9aeb8879354a178848578b30f82c65 (patch) | |
| tree | 411f7027e5ccb9460e3f8aadc9134e2ebf3d3ff1 /libs/androidfw/AttributeResolution.cpp | |
| parent | 09429c7d24cc423d4fe99dad6fe2c92bf3ec2a30 (diff) | |
Revert^2 "[res] Better modification time resolution in Idmap"
This reverts commit e2cc267a14a4eccd54b9fe1f7d3c8d860ac80a4f.
Reason for revert: relanding with the macos build fix
Original comment:
We used to track the modification time in seconds, which is both
imprecise (an apk installation + idmap generation can easily
take less time) and forces us to wait for >1s in the tests to
just check if up-to-date checks work.
This change updates the time to nanosecond resolution where
supported (hm, MinGW for Windows, hm), as the underlying
OS API provides
Test: build + atest libandroidfw_tests idmap2_tests + boot
Flag: EXEMPT minor change
Change-Id: I49c36b0a6ae6e677fa1259090da20ccc7a224b99
Diffstat (limited to 'libs/androidfw/AttributeResolution.cpp')
0 files changed, 0 insertions, 0 deletions