aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Shen <dzshen@google.com>2024-03-04 15:01:42 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-04 15:01:42 +0000
commit279e018b0a32aa3510c87685a8de68edf9ac1cf3 (patch)
treea39d92ad1b139be87efaee56d98aacd64cf1c9e2
parenta290c6caf8798bc4c1133093da1d797f668b7ec2 (diff)
parentdbbda1eeb7c8d21f334bafe86476dd36f081ab55 (diff)
downloadbuild-279e018b0a32aa3510c87685a8de68edf9ac1cf3.tar.gz
Merge "aconfig: update storage file records file name" into main
-rw-r--r--tools/aconfig/aconfig_storage_file/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aconfig/aconfig_storage_file/src/lib.rs b/tools/aconfig/aconfig_storage_file/src/lib.rs
index 84e0e90360..f20600d666 100644
--- a/tools/aconfig/aconfig_storage_file/src/lib.rs
+++ b/tools/aconfig/aconfig_storage_file/src/lib.rs
@@ -63,7 +63,7 @@ pub(crate) const HASH_PRIMES: [u32; 29] = [
];
/// Storage file location pb file
-pub const STORAGE_LOCATION_FILE: &str = "/metadata/aconfig/storage_files.pb";
+pub const STORAGE_LOCATION_FILE: &str = "/metadata/aconfig/available_storage_file_records.pb";
/// Storage file type enum
#[derive(Clone, Debug, PartialEq, Eq)]