Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add parsing metadata from OTA package
Since Oreo, there is no `system/build.prop`, it is packaged into `system.new.dat`. So timestamp generation hasn't worked for years now. The OTA metadata on the other hand stores this timestamp (called `post-timestamp`), so let's parse that instead.
- Loading branch information