OSDN Git Service

Sync libext2fs sources in Android.mk with Makefile.in
authorAlex Deymo <deymo@google.com>
Wed, 9 Sep 2015 04:18:58 +0000 (21:18 -0700)
committerAlex Deymo <deymo@google.com>
Wed, 9 Sep 2015 04:18:58 +0000 (21:18 -0700)
commit62296a90db05af4abab0031b60287bafcb1db0ff
tree0b3b8de92e8bd4ef56d41f6b3bf98a44c0ca26bc
parentedd6f7f06f05d972b52486a7bb1bec90a0f06d78
Sync libext2fs sources in Android.mk with Makefile.in

The Makefile.in lists all the objects included in the libext2fs library
by default and includes some additional objects based on the configure
time flags. This patch syncs the list of source files in Android.mk
with the list of object files in Makefile.in with the addition of
dumpfs.c (included when configured with --enable-resizer) and leaving
out crc32c.c since it relies on generated tables that depend on the
endianness of the target.

Bug: 23084776
Change-Id: If2cce9749932eae6ec63a6ae5565255b00f9611d
Test: mmma external/e2fsprogs; mmma system/update_engine
lib/ext2fs/Android.mk