summaryrefslogtreecommitdiffstats
path: root/gpttool
Commit message (Collapse)AuthorAgeFilesLines
* gpttool: turn on -WerrorMark Salyzyn2014-05-052-9/+7
| | | | | | - Deal with some -Wunused issues Change-Id: If9a05ccbda862bbd401df0f5d5a1837abedd9b83
* Fix a bunch of small system/core bugs.Elliott Hughes2013-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | Missing frees in: adb/file_sync_client.c fastboot/fastboot.c libsparse/output_file.c Missing closedirs in: adb/file_sync_service.c cpio/mkbootfs.c libcutils/dir_hash.c Potential buffer overrun in: gpttool/gpttool.c Incorrect NULL check in: libsparse/backed_block.c Bug: https://code.google.com/p/android/issues/detail?id=61564 Change-Id: If97838a9e73a77aef7f416c31c237ce1fca4ce21
* Fix build by removing TAGS from host moduleMike J. Chen2012-08-161-1/+0
| | | | | Change-Id: I0118cebff021b435baea0b46dd3c43250ef96632 Signed-off-by: Mike J. Chen <mjchen@google.com>
* Add missing header to gpttoolrich cannings2011-01-251-0/+2
| | | | | | Fixes a broken build from: https://android-git.corp.google.com/g/92563 Change-Id: I4d9a2eecde2a17aef0a35952c32483ec4af2b483
* gpttool: useful for partitioning sdcardsBrian Swetland2011-01-252-0/+388
Where @partitions.txt contains: :128k xloader:128k bootloader:256k environment:128k :384k boot:8m recovery:8m system:256m cache:256m userdata:1g Change-Id: I1221677e5b3dc4d5b19420c4a64d21b587fb7d47 media: