summaryrefslogtreecommitdiffstats
path: root/applypatch/Android.mk (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-22applypatch: Fix bad AOSP mergeMichael Bestas1-30/+10
2018-04-22applypatch: Remove obsolete pathmap changesMichael Bestas1-8/+0
2017-10-12applypatch: Move to Soong.Tao Bao1-196/+0
2017-10-11applypatch: Use shared lib for libbz.Tao Bao1-2/+2
2017-10-11Move rangeset.h and print_sha1.h into otautil.Tao Bao1-17/+17
2017-10-11applypatch: Use shared libs for libbase/libcrypto/liblog/libziparchive.Tao Bao1-6/+3
2017-10-09edify: Export the header and move to Soong.Tao Bao1-0/+1
2017-10-09Revert "Revert "Move error_code.h into otautil.""Tao Bao1-0/+1
2017-10-09applypatch: Forward declare struct Value.Tao Bao1-0/+2
2017-10-05Revert "Move error_code.h into otautil."Tao Bao1-5/+0
2017-10-04Move error_code.h into otautil.Tao Bao1-0/+5
2017-09-29otafault: Remove the use of LOCAL_WHOLE_STATIC_LIBRARIES.Tao Bao1-2/+4
2017-08-29Turn on -Wall for recovery modulesTianjie Xu1-3/+7
2017-08-19Move Image/ImageChunk/PatchChunk declaration into header filesTianjie Xu1-2/+7
2017-08-02Refactor the imgdiffTianjie Xu1-1/+2
2017-06-24Complete support for project pathmapMichael Bestas1-3/+9
2017-03-16More cleanup to imgdiff & imgpatchTianjie Xu1-9/+6
2017-03-07Refractor the code for imgdiffTianjie Xu1-0/+3
2017-02-02Use bspatch from external/bsdiff.Sen Jiang1-0/+4
2017-01-20imgpatch: Compile with ZLIB_CONST defined.Tao Bao1-3/+9
2017-01-19imgdiff: cache bsdiff suffix array in zip mode.Sen Jiang1-3/+3
2016-12-28imgdiff: Fix an edge case that leads to infinite loop.Tao Bao1-0/+1
2016-12-20Add tests for imgdiff.Tao Bao1-21/+69
2016-11-01applypatch: Add testcases for applypatch executable.Tao Bao1-5/+25
2016-10-18Replace minzip with libziparchiveTianjie Xu1-1/+0
2016-09-30Turn on -Werror for recoveryTianjie Xu1-0/+5
2016-09-30Turn on -Werror for recoveryTianjie Xu1-0/+5
2016-09-01Switch recovery to libbase loggingTianjie Xu1-1/+1
2016-09-01Switch recovery to libbase loggingTianjie Xu1-1/+1
2016-09-01Switch recovery to libbase loggingTianjie Xu1-1/+1
2016-08-31Fix updater binary for 7.0Ethan Yonker1-1/+1
2016-08-06Fix references to libcrypto_utils_static.Josh Gao1-4/+4
2016-06-10Remove obsolete MTD support.Elliott Hughes1-2/+0
2016-06-01Revert "imgdiff: Generate statically linked imgdiff."Tao Bao1-2/+1
2016-05-31imgdiff: Generate statically linked imgdiff.Tao Bao1-1/+2
2016-05-04applypatch: Use bsdiff from external/bsdiff.Sen Jiang1-2/+7
2016-03-03Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES.Tao Bao1-20/+44
2016-02-10IO fault injection for OTA packagesJed Estep1-2/+2
2016-02-05applypatch: fix memory leaks reported by static analysis.Yabin Cui1-1/+1
2016-02-04Switch from mincrypt to BoringSSL in applypatch and updater.Sen Jiang1-4/+4
2016-01-29Fix build.Tao Bao1-0/+2
2016-01-28applypatch: Compile libimgpatch for target and host.Sen Jiang1-1/+23
2016-01-06IO fault injection for OTA packagesJed Estep1-2/+2
2015-12-02Remove the building rules for applypatch_static.Tao Bao1-13/+0
2015-11-16applypatch: Refactor strtok().Tao Bao1-3/+3
2015-11-16DO NOT MERGE recovery: Switch applypatch/ and updater/ to cpp.Tao Bao1-4/+4
2015-11-16Stop using libstdc++.Dan Albert1-2/+2
2015-11-16recovery: Switch to clangTao Bao1-0/+5
2015-07-24applypatch: Refactor strtok().Tao Bao1-3/+3
2015-07-17applypatch: Refactor strtok().Tao Bao1-3/+3
2015-07-14recovery: Switch applypatch/ and updater/ to cpp.Tao Bao1-4/+4
2015-07-14recovery: Switch applypatch/ and updater/ to cpp.Tao Bao1-4/+4
2015-06-03recovery: Switch to clangTao Bao1-0/+5
2015-05-19Stop using libstdc++.Dan Albert1-2/+2
2014-11-03Remove dependence on build hax in makefilesMatt Mower1-1/+2
2014-10-07applypatch: add support for BML partitionsConn O'Griofa1-0/+8
2014-09-03Build block TWRP with RECOVERY_VARIANTMatt Mower1-3/+6
2014-02-14remove remaining libminelf referencesDoug Zongker1-2/+2
2013-11-03Fix building of other utilitiesDees Troy1-3/+3
2012-09-05TWRP-ify AOSP codeDees_Troy1-0/+1
2012-08-14host modules don't need LOCAL_MODULE_TAGSJoe Onorato1-1/+0
2012-07-22host modules don't need LOCAL_MODULE_TAGSJoe Onorato1-1/+0
2011-07-12Remove the simulator target from all makefiles.Jeff Brown1-4/+0
2011-02-09Fix x86 build.Ying Wang1-2/+0
2010-08-02Working ASLR implementationHristo Bojinov1-2/+2
2010-05-04generic_x86 supportBruce Beare1-0/+2
2010-02-23refactor applypatch and friendsDoug Zongker1-0/+2
2010-02-18relocate applypatch; add type system and new functions to edifyDoug Zongker1-0/+59