summaryrefslogtreecommitdiffstats
path: root/Android.mk (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-25recovery: Factor out wear_ui.{cpp,h} into bootable/recovery.Tao Bao1-0/+1
2015-07-24recovery: Switch fuse_* to C++.Tao Bao1-2/+2
2015-07-20recovery: Switch fuse_* to C++.Tao Bao1-2/+2
2015-06-03recovery: Switch to clangTao Bao1-2/+4
2015-05-19Stop using libstdc++.Dan Albert1-2/+0
2015-04-14Move the menu header out of the menu.Elliott Hughes1-0/+1
2015-04-10Move "Mount /system" to the main menu.Elliott Hughes1-1/+0
2015-04-09Move default implementations into Device.Elliott Hughes1-5/+6
2015-03-11Install the recovery binary directly to the recovery image.Ying Wang1-5/+1
2015-03-10Install the recovery binary directly to the recovery image.Ying Wang1-5/+1
2015-02-20Kill of most of the remainder of minadbd.Dan Albert1-1/+0
2015-02-19Use headers from adb.Dan Albert1-3/+4
2015-02-19Lose USB transport code to libadb.Dan Albert1-1/+1
2015-01-23Remove superfluous OpenSSL include paths.Adam Langley1-1/+0
2014-11-25Start losing code to libadb.Dan Albert1-0/+1
2014-11-07Fix build when TARGET_USERIMAGES_USE_EXT4 is not definedAdrien Grassein1-1/+3
2014-07-10do sdcard sideloading through the fuse filesystemDoug Zongker1-1/+2
2014-07-10refactor fuse sideloading codeDoug Zongker1-0/+13
2014-06-18Use LOCAL_REQUIRED_MODULES for mkfs.f2fsJi-Hwan Lee1-5/+3
2014-06-17Support F2FS for the data partitionJP Abgrall1-0/+6
2014-03-11remove pixelflinger from recoveryDoug Zongker1-1/+0
2014-03-11allow CheckKey to request mounting /systemDoug Zongker1-0/+1
2014-03-11remove pixelflinger from recoveryDoug Zongker1-1/+0
2014-03-03Fix build break caused by vold changePaul Lawrence1-0/+1
2014-02-14clean up some warnings when building recoveryDoug Zongker1-0/+2
2014-02-14remove 'retouch' ASLR supportDoug Zongker1-1/+0
2014-01-16program to store unencrypted files in an encrypted filesystemDoug Zongker1-0/+1
2014-01-16do verification and extraction on memory, not filesDoug Zongker1-0/+1
2013-12-13recovery: wipe encryption metadata along with data partitionDoug Zongker1-1/+1
2013-10-10Add support for ECDSA signaturesKenny Root1-1/+10
2013-09-05allow CheckKey to request mounting /systemDoug Zongker1-0/+1
2013-04-10Add liblogYing Wang1-0/+1
2013-02-20Move to using the new unified fstab in recovery.Ken Sumrall1-0/+2
2012-10-16Remove HAVE_SELINUX guardsKenny Root1-12/+1
2012-08-24Add libm due to libpng dependency.Stephen Hines1-0/+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-35/+59
2012-07-24Use the static version of libsparseJoe Onorato1-1/+1
2012-07-22Multiple modules with the same name are going away.Joe Onorato1-35/+59
2012-07-18Link against libsparseColin Cross1-2/+2
2012-03-30Extend recovery and updater to support setting file security contexts.Stephen Smalley1-1/+2
2012-01-31libz is a superset of libunz, so we don't need both.Elliott Hughes1-2/+2
2012-01-24Add libselinux to LOCAL_STATIC_LIBRARIES wherever libext4_utils is used.Stephen Smalley1-0/+11
2012-01-18support "sideload over ADB" modeDoug Zongker1-2/+4
2012-01-10support "sideload over ADB" modeDoug Zongker1-2/+4
2011-11-04move key processing to RecoveryUIDoug Zongker1-2/+3
2011-11-01fix verifier testDoug Zongker1-2/+2
2011-11-01move key processing to RecoveryUIDoug Zongker1-0/+1
2011-10-31C++ class for device-specific codeDoug Zongker1-7/+7
2011-10-31temporarily remove verifier_test binaryDoug Zongker1-6/+6
2011-10-31refactor ui functions into a classDoug Zongker1-1/+1
2011-10-31C++ class for device-specific codeDoug Zongker1-1/+1
2011-10-31turn recovery into a C++ binaryDoug Zongker1-7/+7
2011-10-29refactor ui functions into a classDoug Zongker1-1/+1
2011-10-28turn recovery into a C++ binaryDoug Zongker1-7/+7
2011-07-12Remove the simulator target from all makefiles.Jeff Brown1-4/+0
2011-02-09Fix x86 build.Ying Wang1-3/+0
2011-01-18remove encrypted filesystem code from recoveryDoug Zongker1-2/+1
2010-09-21remove the notion of "root path"; support mixed flash typesDoug Zongker1-2/+3
2010-09-21remove the notion of "root path"; support mixed flash types (do not merge)Doug Zongker1-2/+3
2010-08-02Working ASLR implementationHristo Bojinov1-0/+1
2010-06-30support userdata and cache partitions using emmc/ext4 instead of mtd/yaffsDoug Zongker1-1/+8
2010-04-02DO NOT MERGEOscar Montemayor1-1/+1
2010-03-27DO NOT MERGEOscar Montemayor1-2/+1
2010-03-15Encrypted File Systems part 3. Recovery changes.Oscar Montemayor1-1/+1
2010-02-18relocate applypatch; add type system and new functions to edifyDoug Zongker1-0/+1
2010-02-03bump updater API version to 3; deprecate firmware update commandDoug Zongker1-2/+1
2009-12-10Recovery changes for Encrypted File Systems.Oscar Montemayor1-8/+9
2009-12-10add a simple unit test for the OTA package verifierDoug Zongker1-0/+16
2009-11-13eclair snapshotJean-Baptiste Queru1-4/+10
2009-07-15remove amendDoug Zongker1-3/+1
2009-06-18let the "firmware" command take the file straight from the packageDoug Zongker1-0/+3
2009-06-12fix sim build in donut, tooDoug Zongker1-4/+4
2009-06-12fix simulator build by excluding more of recoveryDoug Zongker1-3/+4
2009-06-12edify extensions for OTA package installation, part 1Doug Zongker1-0/+2
2009-06-11split out device-specific recovery UI code into vendor directoriesDoug Zongker1-6/+11
2009-04-02AI 144132: am: CL 144130 Don't build OTA package keys into the recovery binary; readDoug Zongker1-13/+0
2009-04-02AI 144130: Don't build OTA package keys into the recovery binary; readDoug Zongker1-13/+0
2009-03-28AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This savesDoug Zongker1-1/+1
2009-03-27AI 143128: Use PNG instead of BMP for recovery image icons. This savesDoug Zongker1-1/+1
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-0/+60
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-60/+0
2008-12-18Code drop from //branches/cupcake/...@124589The Android Open Source Project1-0/+3