OSDN Git Service

ext4_utils: Export headers for libext4_utils* libs.
authorTao Bao <tbao@google.com>
Wed, 5 Oct 2016 19:44:18 +0000 (12:44 -0700)
committerTao Bao <tbao@google.com>
Sun, 9 Oct 2016 15:58:56 +0000 (08:58 -0700)
commit018ef1be61e749d0fbe0f05179a4f0f9b858ae57
treec497988d98c219e85e892722b524ccdab6ddaa84
parent329e73bda60d544aed7207982987262de0a8f4a8
ext4_utils: Export headers for libext4_utils* libs.

So we can do "#include <ext4_utils/make_ext4fs.h>" without adding
"LOCAL_C_INCLUDES += system/extras/ext4_utils".

Also clean up the #include lines in system/extras/ext4_utils/.

Test: `m checkbuild` works.

Change-Id: I3c8b07c9b6f5996160e0cb6d9d069579b1609f60
37 files changed:
ext4_utils/Android.mk
ext4_utils/allocate.c
ext4_utils/allocate.h
ext4_utils/contents.c
ext4_utils/contents.h
ext4_utils/crc16.c
ext4_utils/ext2simg.c
ext4_utils/ext4_crypt.cpp
ext4_utils/ext4_crypt_init_extensions.cpp
ext4_utils/ext4_sb.c
ext4_utils/ext4_utils.c
ext4_utils/ext4fixup.c
ext4_utils/ext4fixup_main.c
ext4_utils/extent.c
ext4_utils/extent.h
ext4_utils/include/ext4_utils/ext4.h [moved from ext4_utils/ext4.h with 100% similarity]
ext4_utils/include/ext4_utils/ext4_crypt.h [moved from ext4_utils/ext4_crypt.h with 92% similarity]
ext4_utils/include/ext4_utils/ext4_crypt_init_extensions.h [moved from ext4_utils/ext4_crypt_init_extensions.h with 89% similarity]
ext4_utils/include/ext4_utils/ext4_extents.h [moved from ext4_utils/ext4_extents.h with 98% similarity]
ext4_utils/include/ext4_utils/ext4_kernel_headers.h [moved from ext4_utils/ext4_kernel_headers.h with 90% similarity]
ext4_utils/include/ext4_utils/ext4_sb.h [moved from ext4_utils/ext4_sb.h with 97% similarity]
ext4_utils/include/ext4_utils/ext4_utils.h [moved from ext4_utils/ext4_utils.h with 100% similarity]
ext4_utils/include/ext4_utils/jbd2.h [moved from ext4_utils/jbd2.h with 100% similarity]
ext4_utils/include/ext4_utils/key_control.h [moved from ext4_utils/key_control.h with 93% similarity]
ext4_utils/include/ext4_utils/make_ext4fs.h [moved from ext4_utils/make_ext4fs.h with 100% similarity]
ext4_utils/include/ext4_utils/wipe.h [moved from ext4_utils/wipe.h with 96% similarity]
ext4_utils/include/ext4_utils/xattr.h [moved from ext4_utils/xattr.h with 100% similarity]
ext4_utils/indirect.c
ext4_utils/indirect.h
ext4_utils/key_control.cpp
ext4_utils/make_ext4fs.c
ext4_utils/make_ext4fs_main.c
ext4_utils/setup_fs.c
ext4_utils/wipe.c
tests/fstest/Android.mk
tests/fstest/recovery_test.cpp
verity/Android.mk