platform_system_core/fs_mgr/liblp
Yifan Hong b4b2bfc115 Allow to build non-sparse super image.
- Rename SparseBuilder to ImageBuilder, WriteSplitSparseFiles
  to WriteSplitImageFiles, WriteToSparseFile to WriteToImageFile, etc.
- Add sparsify argument to ImageBuilder, WriteToImageFile, and
  WriteSplitImageFiles

This allows lpmake to write non-sparse super image directly. Virtual
devices needs non-sparse images to work on.

Test: lpmake without --sparse
Test: liblp_test
Bug: 120041578

Change-Id: I76ee09efd02df7caaa8abd37a55ae0bebf9cfa29
Merged-In: I76ee09efd02df7caaa8abd37a55ae0bebf9cfa29
2019-04-04 16:34:05 -07:00
..
include/liblp Allow to build non-sparse super image. 2019-04-04 16:34:05 -07:00
Android.bp liblp: Replace open with GetControlFileOrOpen 2019-03-22 14:26:25 -07:00
Android.mk Allow makefiles to be parsed in a trimmed down manifest. 2019-03-25 09:14:33 +00:00
AndroidTest.xml Create a VTS test from liblp_test 2019-03-22 15:11:49 -07:00
builder.cpp liblp: Reclaim wasted space from unaligned partitions, v2. 2019-03-14 12:09:09 -07:00
builder_test.cpp liblp: Reclaim wasted space from unaligned partitions, v2. 2019-03-14 12:09:09 -07:00
images.cpp Allow to build non-sparse super image. 2019-04-04 16:34:05 -07:00
images.h Allow to build non-sparse super image. 2019-04-04 16:34:05 -07:00
io_test.cpp Allow to build non-sparse super image. 2019-04-04 16:34:05 -07:00
partition_opener.cpp liblp: Replace open with GetControlFileOrOpen 2019-03-22 14:26:25 -07:00
reader.cpp Fixed a few minor nits in liblp 2019-01-10 13:36:59 -08:00
reader.h liblp: Allow automatic slot suffixing of partition names. 2018-11-08 09:51:03 -08:00
test_partition_opener.cpp liblp: Add an abstraction layer for opening partitions. 2018-10-24 14:18:38 -07:00
test_partition_opener.h liblp: Add an abstraction layer for opening partitions. 2018-10-24 14:18:38 -07:00
utility.cpp liblp: Replace open with GetControlFileOrOpen 2019-03-22 14:26:25 -07:00
utility.h liblp: Replace open with GetControlFileOrOpen 2019-03-22 14:26:25 -07:00
utility_test.cpp liblp: Allow automatic slot suffixing of partition names. 2018-11-08 09:51:03 -08:00
writer.cpp Merge "Fixed a few minor nits in liblp" 2019-01-20 07:55:47 +00:00
writer.h liblp: Add an abstraction layer for opening partitions. 2018-10-24 14:18:38 -07:00