forked from LineageOS/android_packages_modules_adb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FastDeploy refactor: 2+GB APK support, optimizations, tests.
- removed 2GB apk size cap, - removed zip archive parsing on device (1.1M->236K agent size reduction), - optimized matching entries search, - added more robust matching entries search based on hash of CDr entry, - reduced patch size by reusing Local File Header of matched entries, - removed extra manifest parsing and extra agent calls, - added device-side tests for agent, - fix for Windows patch creation. Test: atest adb_test fastdeploy_test FastDeployTests Total time for 0-size patch reduction for 1.7G apk: 1m1.778s->0m36.234s. Change-Id: I66d2cef1adf5b2be3325e355a7e72e9c99992369
- Loading branch information
Showing
34 changed files
with
1,847 additions
and
729 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.