History log of /external/gptfdisk/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
64f4b55031175e59b20c62027714371efbdd43de 14-Jan-2017 Alex Deymo <deymo@google.com> Remove the "-host" suffix from libext2_uuid.

Bug: 34220783
Test: `make checkbuild`
Change-Id: Ie48f7a572a278c1c47390e36aab0307cb089c096
/external/gptfdisk/Android.mk
fcad060a1d83aa5e0b4ad38cf342d10f1922878d 11-May-2016 Aurimas Liutikas <aurimas@google.com> Fix all warnings and enable -Werror for gptfdisk.

Bug: 26936282
Change-Id: Id7e9ec5e769e1abedc1d2e36bff2c5488b1c4b3e
/external/gptfdisk/Android.mk
6bbf89bfc608dac7b9c6dac1b86ce4d4001c259f 10-Dec-2015 Alex Deymo <deymo@google.com> Replace _host suffix with more standard -host suffix.

Most libraries use the "-host" suffix when building for the host. This
patch renames libext2 libraries to use -host instead of _host.

Bug: 24619596
TEST=make dist

Change-Id: I614b389c267dcc75b291d842a99fc1d673723dfa
/external/gptfdisk/Android.mk
f82c7d8f9734e9f3d7e2eedec300106c5e3618c2 06-Jun-2015 Ying Wang <wangying@google.com> Fix Mac build.

Bug: 21669400
Change-Id: I961699b5559f75f782d048fdafbbb40c16457f88
/external/gptfdisk/Android.mk
08372d76dc1978fd163f7ced83b46cacb7161499 24-Feb-2015 Greg Hartman <ghartman@google.com> Add host build rules for sgdisk

Change-Id: I204ff8f580c2336c2c9d39bba48596aaaaa6860a
/external/gptfdisk/Android.mk
6d73fc63a4d9b3454ddfeb6a95387fce4ff95f85 24-Feb-2015 Greg Hartman <ghartman@google.com> Revert "Add host build rules for sgdisk"

This reverts commit adc00b16ec8d144482b69a0d47cce28c4deb8adf.

Change-Id: I12ff87b2d042494e6ad20ffa6d7626c143224f46
/external/gptfdisk/Android.mk
adc00b16ec8d144482b69a0d47cce28c4deb8adf 24-Feb-2015 Greg Hartman <ghartman@google.com> Add host build rules for sgdisk

Change-Id: Ided9a1329ade081228101d51812242dc4d686b87
/external/gptfdisk/Android.mk
873988ad03aba810fd5abbb3810720d7a6eb5c51 21-Feb-2015 Jeff Sharkey <jsharkey@android.com> Compile gptfdisk for Android.

Build sgdisk command line tool for use on Android devices. The
command line parsing is currently written using popt, which has been
deprecated for some time, and is replaced by GNOME's glib option
parser.

Instead of pulling in either of those dependencies, this change
adds a stub that implements just enough of popt to get things
working.

Change-Id: I619f8da2e413893b4ea015a5d9e48d42637e25c8
/external/gptfdisk/Android.mk