summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-23updater: Allow devices to suppress BLKDISCARDandi341-0/+4
2017-10-12Drop -Wno-unused-parameter.Tao Bao1-2/+0
2017-08-29Turn on -Wall for recovery modulesTianjie Xu1-0/+2
2017-07-08Add support to decompress brotli compressed new dataTianjie Xu1-0/+1
2017-03-22Fix updater include generation w/installcleanDan Willemsen1-16/+4
2017-02-02Use bspatch from external/bsdiff.Sen Jiang1-0/+1
2017-01-24Remove '_static' suffix from libext2* references.Alex Deymo1-1/+1
2017-01-12updater: link libcrypto_utils_static if it existsndnvaps1-0/+4
2017-01-11Remove "_static" suffix from libsparseAlex Deymo1-1/+1
2017-01-11Remove "_static" suffix from libext4_utils.Alex Deymo1-1/+1
2016-11-18updater: Refactor set_stage() and get_stage() functions.Tao Bao1-0/+2
2016-10-18Replace minzip with libziparchiveTianjie Xu1-1/+3
2016-10-11Refactor libupdater into a seperate module.Tao Bao1-44/+67
2016-10-09Update the header path for ext4_utils.Tao Bao1-1/+0
2016-10-07Update the header path for ext4_utils.Tao Bao1-1/+0
2016-09-30Turn on -Werror for recoveryTianjie Xu1-1/+1
2016-09-30Turn on -Werror for recoveryTianjie Xu1-1/+1
2016-09-01Switch recovery to libbase loggingTianjie Xu1-2/+3
2016-09-01Switch recovery to libbase loggingTianjie Xu1-2/+3
2016-09-01Switch recovery to libbase loggingTianjie Xu1-2/+3
2016-08-31Fix updater binary for 7.0Ethan Yonker1-17/+3
2016-08-31twrp: Use the correct lib nameHumberto Borba1-1/+1
2016-08-06Fix references to libcrypto_utils_static.Josh Gao1-2/+2
2016-06-10Remove obsolete MTD support.Elliott Hughes1-4/+1
2016-04-06Convert recovery to use BoringSSL instead of mincrypt.Mattias Nissler1-0/+1
2016-03-03Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES.Tao Bao1-28/+38
2016-02-10IO fault injection for OTA packagesJed Estep1-1/+1
2016-02-04Switch from mincrypt to BoringSSL in applypatch and updater.Sen Jiang1-1/+1
2016-01-06IO fault injection for OTA packagesJed Estep1-1/+1
2015-11-16updater: libapplypatch needs libbase now.Tao Bao1-1/+1
2015-11-16DO NOT MERGE recovery: Switch applypatch/ and updater/ to cpp.Tao Bao1-3/+15
2015-11-16Stop using libstdc++.Dan Albert1-1/+1
2015-11-16recovery: Switch to clangTao Bao1-0/+2
2015-10-19Error correction: Use libfec in blockimg.cpp for recoverySami Tolvanen1-1/+2
2015-07-24updater: libapplypatch needs libbase now.Tao Bao1-1/+1
2015-07-17updater: libapplypatch needs libbase now.Tao Bao1-1/+1
2015-07-14recovery: Switch applypatch/ and updater/ to cpp.Tao Bao1-3/+15
2015-07-14recovery: Switch applypatch/ and updater/ to cpp.Tao Bao1-3/+15
2015-06-03recovery: Switch to clangTao Bao1-0/+2
2015-05-19recovery: Add lz4 libs if availableTom Marshall1-0/+3
2015-05-19Stop using libstdc++.Dan Albert1-1/+1
2015-03-19updater: only include tune2fs support when libtune2fs is availableEthan Yonker1-1/+4
2014-12-01Fix recovery image build for 32pBruce Beare1-1/+1
2014-11-22Add support for tune2fs file operationsMichael Runge1-0/+10
2014-11-21Add support for tune2fs file operationsMichael Runge1-0/+10
2014-11-06More make file tweaksEthan Yonker1-1/+0
2014-08-26remove code for original block OTA mechanismDoug Zongker1-2/+0
2014-08-25remove code for original block OTA mechanismDoug Zongker1-2/+0
2014-08-20installer for new block OTA systemDoug Zongker1-0/+1
2014-08-19installer for new block OTA systemDoug Zongker1-0/+1
2014-02-14remove remaining libminelf referencesDoug Zongker1-1/+0
2014-02-14clean up some warnings when building recoveryDoug Zongker1-0/+1
2014-02-13add syspatch support to updaterDoug Zongker1-0/+2
2013-11-03Fix updater makefilesDees Troy1-1/+7
2013-04-20Fix write_raw_image to work with mmcDees_Troy1-0/+1
2013-04-10Add liblogYing Wang1-1/+1
2013-02-22Fix building of updater for 4.2 environmentDees_Troy1-0/+6
2012-10-16Remove HAVE_SELINUX guardsKenny Root1-6/+1
2012-10-11Fix updater binary compileDees_Troy1-2/+1
2012-08-14Use the static version of libsparseJoe Onorato1-1/+1
2012-08-14Multiple modules with the same name are going away.Joe Onorato1-1/+4
2012-07-24Use the static version of libsparseJoe Onorato1-1/+1
2012-07-22Multiple modules with the same name are going away.Joe Onorato1-1/+4
2012-07-18Link against libsparseColin Cross1-1/+1
2012-06-11Use a dependency file to replace the list file.Ying Wang1-10/+14
2012-03-30Extend recovery and updater to support setting file security contexts.Stephen Smalley1-1/+2
2012-01-24Add libselinux to LOCAL_STATIC_LIBRARIES wherever libext4_utils is used.Stephen Smalley1-0/+5
2011-07-15Support multiple recovery updater extensions.Michael Ward1-2/+2
2011-05-25Mute unharmful build warning at the top of the build log:Ying Wang1-1/+1
2010-09-15support for ext4/EMMC filesystems in updater binaryDoug Zongker1-1/+7
2010-08-02Working ASLR implementationHristo Bojinov1-0/+1
2010-07-21Mute unwanted error messageYing Wang1-1/+1
2010-07-02support for ext4/EMMC filesystems in updater binaryDoug Zongker1-1/+7
2009-11-13eclair snapshotJean-Baptiste Queru1-1/+37
2009-06-26remove updater from the user system imageDoug Zongker1-1/+6
2009-06-22add device extension mechanism to updaterDoug Zongker1-1/+37
2009-06-12edify extensions for OTA package installation, part 2Doug Zongker1-1/+2
2009-06-12edify extensions for OTA package installation, part 1Doug Zongker1-0/+24