OSDN Git Service

tune2fs: Allow building it as a static lib
authorJP Abgrall <jpa@google.com>
Fri, 21 Nov 2014 07:19:25 +0000 (23:19 -0800)
committerMichael Runge <mrunge@google.com>
Fri, 21 Nov 2014 22:37:03 +0000 (14:37 -0800)
commitd25948b9b4a9e361ef071dc8175df0407f60b7e0
treeff3a6492baf9258bb4d95a657ac9e1356769ec47
parent8b6dd78abe0f9811cf8870198992860ffe2d9f11
tune2fs: Allow building it as a static lib

This allows getting all of tune2fs as a static library.
The entry point is
  int tune2fs_main(int argc, char **argv).
It requires passing argv[0]="tune2fs" to get tune2fs behavior.

Bug: 18430740
Change-Id: I7bf8d96c53066a4da37778c0d67383b0b820e2ff
lib/blkid/Android.mk
lib/e2p/Android.mk
lib/et/Android.mk
lib/ext2fs/Android.mk
lib/quota/Android.mk
misc/Android.mk
misc/tune2fs.c
misc/tune2fs.h [new file with mode: 0644]