Snap for 4713750 from 257dd337da to pi-release

Change-Id: If094ad9fb98a85c4b1dcbdcbdde23d4e48b65939
This commit is contained in:
android-build-team Robot
2018-04-11 07:27:26 +00:00
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ LOCAL_STATIC_LIBRARIES := \
libhealthstoragedefault \
libhidltransport \
libhidlbase \
libhwbinder_nolto \
libhwbinder_noltopgo \
libvndksupport \
libbatterymonitor
+1
View File
@@ -333,6 +333,7 @@ int format_volume(const char* volume, const char* directory) {
"-f",
"-O", "encrypt",
"-O", "quota",
"-O", "verity",
"-w", std::to_string(kSectorSize),
v->blk_device,
};
+4 -6
View File
@@ -544,12 +544,10 @@ Value* FormatFn(const char* name, State* state, const std::vector<std::unique_pt
const char* f2fs_argv[] = { "mkfs.f2fs",
"-d1",
"-f",
"-O",
"encrypt",
"-O",
"quota",
"-w",
"512",
"-O", "encrypt",
"-O", "quota",
"-O", "verity",
"-w", "512",
location.c_str(),
(size < 512) ? nullptr : num_sectors.c_str(),
nullptr };