summaryrefslogtreecommitdiffstats
path: root/libblkid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge AOSP android-9.0.0_r3Ethan Yonker2018-08-242-5/+9
| | | | | | Fix conflicts and make it build in 5.1, 6.0, 7.1, 8.1, and 9.0 Change-Id: Ida0a64c29ff27d339b7f42a18d820930964ac6e4
* FBE for Pixel 2Ethan Yonker2017-11-288-0/+8
| | | | | | | | | | | | Includes various minor fixes for building in Android 8 trees with r23+ tag Update FBE extended header in libtar to version 2 and include the entire ext4_encryption_policy structure now after translating the policy. See this post for more details: https://plus.google.com/u/1/+DeesTroy/posts/i33ygUi7tiu Change-Id: I2af981e51f459b17fcd895fb8c2d3f6c8200e24b
* DO NOT MERGE Android 8.0 stuffEthan Yonker2017-08-251-0/+5
| | | | Change-Id: I8c8a9734adbf36c33463123844fa6e078934ae34
* Update to 7.0Ethan Yonker2016-08-242-4/+3
| | | | Change-Id: I621cc47352f7ac552d9602485825ae3a6f9ae516
* libblkid: fix compiler warnings about duplicate macrosthat2016-01-191-2/+2
| | | | Change-Id: I1b6e8d9b760dfd93312d32c9f66ec57d1fb9d9b6
* libblkid: remove various no-op variable checksDan Pasanen2015-11-264-39/+9
| | | | | | * These cause warning errors since they will always evaluate to true Change-Id: Iecdacc40807095893af357a962e238a3d263ca5a
* Merge up to AOSP marshmallow-releaseEthan Yonker2015-10-094-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to maintain compatibility with older trees, we now have minadbd.old and minui.old. I had to use a TARGET_GLOBAL_CFLAG to handle ifdef issues in minui/minui.d because healthd includes minui/minui.h and there was no other alternative to make minui.h compatible with older trees without having to modify healthd rules which is outside of TWRP. Note that the new minui does not currently have support for qcom overlay graphics. Support for this graphics mode will likely be added in a later patch set. If you are building in a 6.0 tree and have a device that needs qcom overlay graphics, be warned, as off mode charging may not work properly. A dead battery in this case could potentially brick your device if it is unable to charge as healthd handles charging duties. Update rules for building toolbox and add rules for making toybox Use permissive.sh in init.rc which will follow symlinks so we do not have to worry about what binary is supplying the setenforce functionality (toolbox, toybox, or busybox). Fix a few warnings in the main recovery binary source code. Fix a few includes that were missing that prevented compiling in 6.0 Change-Id: Ia67aa2107d260883da5e365475a19bea538e8b97
* Stop building unneeded libs for libblkidEthan Yonker2015-01-051-7/+6
| | | | Change-Id: I96d91f2d2e38380ff46a6ff6e2c8c9a245aa0431
* Update blkid to 2.25.0bigbiff2015-01-05413-27968/+55161
| | | | | | | | Break libblkid into 4 libraries: libblkid, libuuid, libutil-linux and libfdisk. This should help in later patch updates. Change-Id: I680d9a7feb031e5c29a603e9c58aff4b65826262
* removing logging test fileAdam Outler2014-08-071-73/+0
| | | | | | | updating gitignores to keep file from coming back adding gedit backups to gitignores Change-Id: I36d55983b34d47763cb56abf784381c06d951302
* Add fast scroll bar to fileselectorVojtech Bocek2013-02-272-5/+5
| | | | | | | Also fix build problems with libblkid in CM7 Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: I1cd4573e25b247171e4bd8cc05b70543f897a454
* use libblkid to get filesystem typebigbiff bigbiff2013-02-25166-0/+31023
we can now use libblkid to detect exfat