summaryrefslogtreecommitdiff
path: root/file_paths.h
diff options
context:
space:
mode:
authorHoward Chen <howardsoc@google.com>2019-09-15 23:16:06 +0800
committerHoward Chen <howardsoc@google.com>2019-09-20 16:41:39 +0000
commitd5229bfe81c8a5138be611694c7cfbd7d914f0e4 (patch)
tree22d67cd7afddb0a03f2524e7b662e1ca74c4e7b5 /file_paths.h
parent2d210a8d93e1c7bff5b094d03badec87f089bdc2 (diff)
downloadgsid-d5229bfe81c8a5138be611694c7cfbd7d914f0e4.tar.gz
Extract kDsuLpMetadataFile from CanBootIntoGsi
This CL extracts the kDsuLpMetadataFile from CanBootIntoGsi for 2nd init to get the logical partition metadata. Bug: 140092208 Test: gsi_tool install & reboot Change-Id: I66b5bbb4d1a79ccfef5118a6463bf153f9e14afc
Diffstat (limited to 'file_paths.h')
-rw-r--r--file_paths.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/file_paths.h b/file_paths.h
index 8d1ed0a..b596704 100644
--- a/file_paths.h
+++ b/file_paths.h
@@ -23,7 +23,6 @@ static constexpr char kDefaultDsuImageFolder[] = "/data/gsi/dsu/";
static constexpr char kUserdataDevice[] = "/dev/block/by-name/userdata";
static constexpr char kDsuMetadataDir[] = "/metadata/gsi/dsu";
-static constexpr char kDsuLpMetadataFile[] = "/metadata/gsi/dsu/lp_metadata";
static constexpr char kDsuOneShotBootFile[] = "/metadata/gsi/dsu/one_shot_boot";
static constexpr char kDsuInstallDirFile[] = "/metadata/gsi/dsu/install_dir";