summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk (follow)
Commit message (Expand)AuthorAgeFilesLines
* updater: Allow devices to suppress BLKDISCARDandi342019-03-231-0/+4
* Merge AOSP android-9.0.0_r3Ethan Yonker2018-08-241-2/+2
|\
| * Drop -Wno-unused-parameter.Tao Bao2017-10-121-2/+0
| * Turn on -Wall for recovery modulesTianjie Xu2017-08-291-0/+2
* | Merge up to android-8.1.0_r1 and fix conflictsEthan Yonker2017-12-151-0/+1
|\|
| * Add support to decompress brotli compressed new dataTianjie Xu2017-07-081-0/+1
* | Update to AOSP 8.0 baseEthan Yonker2017-09-081-65/+83
|\|
| * Fix updater include generation w/installcleanDan Willemsen2017-03-221-16/+4
| * Use bspatch from external/bsdiff.Sen Jiang2017-02-021-0/+1
| * Remove '_static' suffix from libext2* references.Alex Deymo2017-01-241-1/+1
| * Remove "_static" suffix from libsparseAlex Deymo2017-01-111-1/+1
| * Remove "_static" suffix from libext4_utils.Alex Deymo2017-01-111-1/+1
| * updater: Refactor set_stage() and get_stage() functions.Tao Bao2016-11-181-0/+2
| * Replace minzip with libziparchiveTianjie Xu2016-10-181-1/+3
| * Refactor libupdater into a seperate module.Tao Bao2016-10-111-44/+67
| * Update the header path for ext4_utils.Tao Bao2016-10-091-1/+0
| * Turn on -Werror for recoveryTianjie Xu2016-09-301-1/+1
| * Switch recovery to libbase loggingTianjie Xu2016-09-011-2/+3
| * Fix references to libcrypto_utils_static.Josh Gao2016-08-061-2/+2
| * Remove obsolete MTD support.Elliott Hughes2016-06-101-4/+1
| * Convert recovery to use BoringSSL instead of mincrypt.Mattias Nissler2016-04-061-0/+1
| * Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES.Tao Bao2016-03-031-28/+38
| * IO fault injection for OTA packagesJed Estep2016-02-101-1/+1
* | updater: link libcrypto_utils_static if it existsndnvaps2017-01-121-0/+4
* | Fix updater binary for 7.0Ethan Yonker2016-08-311-17/+3
* | twrp: Use the correct lib nameHumberto Borba2016-08-311-1/+1
* | Update to 7.0Ethan Yonker2016-08-241-5/+23
|\ \
| * | resolve merge conflicts of 7b6027dde4 to master.Tao Bao2016-02-041-1/+1
| |\|
| | * Switch from mincrypt to BoringSSL in applypatch and updater.Sen Jiang2016-02-041-1/+1
| * | IO fault injection for OTA packagesJed Estep2016-01-061-1/+1
| |/
| * Error correction: Use libfec in blockimg.cpp for recoverySami Tolvanen2015-10-191-1/+2
| * updater: libapplypatch needs libbase now.Tao Bao2015-07-241-1/+1
| * recovery: Switch applypatch/ and updater/ to cpp.Tao Bao2015-07-141-3/+15
| * recovery: Switch to clangTao Bao2015-06-031-0/+2
| * Stop using libstdc++.Dan Albert2015-05-191-1/+1
* | Merge up to AOSP marshmallow-releaseEthan Yonker2015-10-091-1/+1
|\|
| * am c43b17f0: Merge "Fix recovery image build for 32p"Ying Wang2014-12-021-1/+1
| |\
| | * Fix recovery image build for 32pBruce Beare2014-12-011-1/+1
* | | recovery: Add lz4 libs if availableTom Marshall2015-05-191-0/+3
* | | updater: only include tune2fs support when libtune2fs is availableEthan Yonker2015-03-191-1/+4
* | | Merge tag 'android-5.1.0_r1' of https://android.googlesource.com/platform/bootable/recovery into aospEthan Yonker2015-03-131-0/+10
|\| |
| * | Add support for tune2fs file operationsMichael Runge2014-11-211-0/+10
| |/
* | More make file tweaksEthan Yonker2014-11-061-1/+0
* | Merge in lollipop and attempt to fix merge conflictsEthan Yonker2014-11-061-0/+2
|\|
| * remove code for original block OTA mechanismDoug Zongker2014-08-261-2/+0
| * installer for new block OTA systemDoug Zongker2014-08-201-0/+1
| * Merge "clean up some warnings when building recovery"Doug Zongker2014-02-181-0/+1
| |\
| | * clean up some warnings when building recoveryDoug Zongker2014-02-141-0/+1
| * | remove remaining libminelf referencesDoug Zongker2014-02-141-1/+0
| |/
| * add syspatch support to updaterDoug Zongker2014-02-131-0/+2
* | Fix updater makefilesDees Troy2013-11-031-1/+7
* | Update to latest AOSP masterDees_Troy2013-09-041-7/+2
|\|
| * Add liblogYing Wang2013-04-101-1/+1
| * Remove HAVE_SELINUX guardsKenny Root2012-10-161-6/+1
* | Fix write_raw_image to work with mmcDees_Troy2013-04-201-0/+1
* | Fix building of updater for 4.2 environmentDees_Troy2013-02-221-0/+6
* | Fix updater binary compileDees_Troy2012-10-111-2/+1
|/
* Use the static version of libsparseJoe Onorato2012-07-241-1/+1
* Multiple modules with the same name are going away.Joe Onorato2012-07-221-1/+4
* Link against libsparseColin Cross2012-07-181-1/+1
* Use a dependency file to replace the list file.Ying Wang2012-06-111-10/+14
* Extend recovery and updater to support setting file security contexts.Stephen Smalley2012-03-301-1/+2
* Add libselinux to LOCAL_STATIC_LIBRARIES wherever libext4_utils is used.Stephen Smalley2012-01-241-0/+5
* Support multiple recovery updater extensions.Michael Ward2011-07-151-2/+2
* Working ASLR implementationHristo Bojinov2010-08-021-0/+1
* Mute unwanted error messageYing Wang2010-07-211-1/+1
* support for ext4/EMMC filesystems in updater binaryDoug Zongker2010-07-021-1/+7
* am d8f7c9b8: Merge change 5545 into donutAndroid (Google) Code Review2009-06-301-1/+6
|\
| * remove updater from the user system imageDoug Zongker2009-06-261-1/+6
* | add device extension mechanism to updaterDoug Zongker2009-06-221-1/+37
|/
* edify extensions for OTA package installation, part 2Doug Zongker2009-06-121-1/+2
* edify extensions for OTA package installation, part 1Doug Zongker2009-06-121-0/+24