]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
AOSP: Update Android.bp files.
authorDavid Anderson <dvander@google.com>
Thu, 12 Jul 2018 23:55:08 +0000 (16:55 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 5 Aug 2018 17:54:26 +0000 (13:54 -0400)
commit0958bc632763bca1023fdd66239808a7ce50e752
tree61a4ce60e7f5843e0d17737074ec9c1e76e0370e
parent8f1b0898acae207ed80fe91b346923fb01b26d3e
AOSP: Update Android.bp files.

debugfs now links to a new libext2_support library, which only includes
cstring.c (Android separates other pieces of libsupport into separate
libraries).

e2fsck now builds with -Wno-unused-variable to work around an unused
variable introduced by cabde4999d1d10b6ace32eaddc99699b91e40551.

libext_e2p builds the new ljs.c file, and links to ws2_32 on Windows for
ntohl().

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Change-Id: I42edce0478f1529f44acdbef1495ec5270e3a61e
From AOSP commit: af14814afe0cb3389ecc4b9e9422bd7e8962e0ed
debugfs/Android.bp
e2fsck/Android.bp
lib/e2p/Android.bp
lib/support/Android.bp