summaryrefslogtreecommitdiffstats
path: root/libdiskconfig
Commit message (Collapse)AuthorAgeFilesLines
* config_mbr: Fix integer overflowAndrew Boie2012-07-261-1/+1
| | | | | | | | | The values need to be converted to loff_t *before* performing the multiplication, else any sector offset past MAX_INT bytes will overflow. Change-Id: Ib8992f28aa4119ac7b4ad354b2448c4b0cfaf846 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-085-57/+57
| | | | | Bug: 5449033 Change-Id: Ibcffdcf620ebae1c389446ce8e9d908f11ac039c
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-044-5/+5
| | | | | Bug: 5449033 Change-Id: I4951baa981f09a84ce483e3d1bd0f9ebe009035f
* Remove unnecessary libraries.Ying Wang2011-11-071-1/+0
| | | | | | There is no host library named libcutils. Change-Id: I3b346b9e1a5556cd0cfc932560d9ce54ae6d38f2
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
| | | | | Bug: 5449033 Change-Id: Ib453f869977a6e909095a578bbf0420851f887d2
* am 96a5482b: am fd6f3872: am 2985f81d: Merge "libdiskconfig: add missing ↵Dima Zavin2011-08-301-0/+2
|\ | | | | | | | | | | | | LOCAL_MODULE_TAGS" * commit '96a5482b75029129ebeecd543ca6683d2411b9a3': libdiskconfig: add missing LOCAL_MODULE_TAGS
| * libdiskconfig: add missing LOCAL_MODULE_TAGSChih-Wei Huang2011-08-251-0/+2
| | | | | | | | Change-Id: Ia4fceb4e4f33df3e37b0e83f042fff09dab2d06c
* | Remove the simulator target from all makefiles.Jeff Brown2011-07-111-4/+0
|/ | | | | | Bug: 5010576 Change-Id: I2fcf31af681d92880e5d31a46d5f6777f7ca1977
* Disable building libdiskconfig on non-Linux hostsKenny Root2010-07-121-3/+2
| | | | | | | | libdiskconfig depends deeply on some Linux-specific things like /usr/include/linux/fs.h which don't exist on other OSes. Disable building the host library for those platforms. Change-Id: Ibccdfaa65be788f049ea3c1500f884c8d541e60b
* Build the host version of libdiskconfigBruce Beare2010-07-121-3/+12
| | | | | Change-Id: I5541d02676b12b728492321ec1344bd826ee560a Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
* For issue #2651381, allow library prelinking.Dan Bornstein2010-05-051-1/+0
| | | | Change-Id: I4933c968b84eaca2441c76c4b5a29de48fa093ef
* system: libdiskconfig: Add libdiskconfigSan Mehat2010-03-106-0/+1132
Change-Id: Ie7a7b5d8016dec60cdfb17228c3f519789c98564 Signed-off-by: San Mehat <san@google.com>