summaryrefslogtreecommitdiffstats
path: root/twrpTarMain/Android.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SELinux can be assumed for Android 4.4+Matt Mower2017-01-181-10/+6
| | | | Change-Id: I7410a0c8e439eec90a955ee9201efd9a92bb9635
* Improve backup & wipe exclusion handlingEthan Yonker2016-11-301-4/+4
| | | | | | | | | | | | | | Rename twrpDU.* to exclude.* Remove global variable for du and replace with partition specific variables. Use separate exclusion lists for backups and wiping. Clean up some includes Fix some parenthesis in twrp.cpp that I messed up. Note: twrpTarMain command line utility compiles but probably does not work correctly yet due to not properly setting part_settings Change-Id: Idec9c3e6a8782ba53f3420fa79ba33394f4f85fb
* Fix compatibility across the boardEthan Yonker2016-08-261-5/+8
| | | | Change-Id: I6376920775ddabb4d4af505fffd86e404403a64a
* Improve progress bar handling for backup / restore / image flashEthan Yonker2016-03-311-4/+9
| | | | | | | | | | | | | | | | | The progress bar will now be updated during image backups, restores and during image flashing (except for sparse images which will require significant changes to libsparse, and except for mtd nand using flash_utils). The progress bar will now be updated mid-file for file systems (tar) so the user will see changes even during large file backup / restore. Add a new progress tracking class to simplify handling of progress bar updates. The class will only update the progress bar 5 times a second to reduce the CPU load from updating the GUI frequently which does affect backup times. Change-Id: Iff382faef3df1f86604af336c1a8ce8993cd12c5
* do not include stlport headers unless link to itXing2015-12-231-2/+9
| | | | Change-Id: I8344d270ddb601694b5fef0fa7b22ea437030728
* twrpTar: Remove redundant -g CFLAGMatt Mower2015-12-221-2/+2
| | | | Change-Id: Ifefd159b1bc25cd0f54220ae1bd7407c08ca9cfb
* Fix twrpTar buildingEthan Yonker2014-12-221-2/+2
| | | | | | | - ifdef around set_metadata - Set tags as optional Change-Id: I438e370c3bf6b590dc80ba372724c47cead6cbe5
* Add twrpTar binaryEthan Yonker2014-02-121-0/+71
Change-Id: I9db1aac350cd2ca02cceccc249ebd2f0b3c3c671