summaryrefslogtreecommitdiffstats
path: root/otafault (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge AOSP android-9.0.0_r3Ethan Yonker2018-08-246-23/+94
|\
| * Disable building libapplypatch on macTianjie Xu2018-02-181-0/+6
| * Skip the cache size check on hostTianjie Xu2018-02-131-0/+2
| * otafault: Add the missing #include <string>.Tao Bao2017-10-111-0/+1
| * otafault: Move to soong.Tao Bao2017-09-292-53/+60
| * otafault: Move headers under otafault/.Tao Bao2017-09-296-10/+11
| * otafault: Remove the use of LOCAL_WHOLE_STATIC_LIBRARIES.Tao Bao2017-09-291-1/+1
| * otafault: Clean up header inclusion.Tao Bao2017-09-296-20/+18
| * Turn on -Wall for recovery modulesTianjie Xu2017-08-292-2/+5
| * Remove LOCAL_CLANGLennart Wieboldt2017-07-251-1/+0
* | otafault/tests: Replace pathmap with commands_recovery_local_pathMichael Bestas2018-04-221-8/+2
* | Merge up to android-8.1.0_r1 and fix conflictsEthan Yonker2017-12-152-3/+22
|\|
| * Protect filename_cache with lock in ota faultTianjie Xu2017-04-112-3/+22
* | Update to AOSP 8.0 baseEthan Yonker2017-09-085-24/+70
|\|
| * Const modifiersMikhail Lappo2017-03-232-2/+2
| * Do not inject I/O fault on a retryTianjie Xu2017-01-092-3/+5
| * Remove ota_close(int) and ota_fclose(FILE*).Tao Bao2016-11-282-14/+22
| * Add ota_close(unique_fd&) and ota_fclose(std::unique_ptr<FILE>&).Tao Bao2016-11-232-2/+18
| * applypatch: Use unique_fd to avoid leaking FDs.Tao Bao2016-11-171-0/+10
| * Replace minzip with libziparchiveTianjie Xu2016-10-183-11/+15
| * Turn on -Werror for recoveryTianjie Xu2016-09-301-0/+2
| * Switch recovery to libbase loggingTianjie Xu2016-09-011-2/+3
| * Merge \"Fix clang-tidy performance warnings.\"Chih-Hung Hsieh2016-07-271-1/+1
| |\
| | * Fix clang-tidy performance warnings.Chih-Hung Hsieh2016-07-271-1/+1
| | * Correct caching behavior for should_inject_cacheJed Estep2016-03-252-18/+23
| * | Correct caching behavior for should_inject_cacheJed Estep2016-03-242-17/+17
| |\ \
| * \ \ Control fault injection with config files instead of build flagsJed Estep2016-03-216-134/+237
| |\ \ \
| * \ \ \ resolve merge conflicts of ce58688 to nyc-dev-plus-aospTao Bao2016-03-176-236/+136
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge "Reboot and retry on I/O errors"Tianjie Xu2016-03-081-5/+32
| |\ \ \ \
| | * | | | Reboot and retry on I/O errorsTianjie Xu2016-03-031-5/+32
| * | | | | Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES.Tao Bao2016-03-031-4/+9
| |/ / / /
| * | | | Control fault injection with config files instead of build flagsJed Estep2016-02-236-118/+237
| * | | | IO fault injection for OTA packagesJed Estep2016-02-104-0/+299
| / / /
* | | / Complete support for project pathmapMichael Bestas2017-06-241-2/+8
| |_|/ |/| |
* | | Correct caching behavior for should_inject_cacheJed Estep2016-03-232-17/+17
| |/ |/|
* | Control fault injection with config files instead of build flagsJed Estep2016-03-196-134/+237
|/
* Revert "DO NOT MERGE Control fault injection with config files instead of build flags"Tao Bao2016-03-176-232/+134
* DO NOT MERGE Control fault injection with config files instead of build flagsJed Estep2016-03-166-134/+232
* otafault: Fix setting of have_eio_error.Greg Kaiser2016-03-141-1/+1
* Reboot and retry on I/O errorsTianjie Xu2016-03-101-10/+58
* IO fault injection for OTA packagesJed Estep2016-01-064-0/+299