aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Shen <dzshen@google.com>2024-02-29 19:06:29 +0000
committerDennis Shen <dzshen@google.com>2024-03-04 15:01:36 +0000
commitdbbda1eeb7c8d21f334bafe86476dd36f081ab55 (patch)
treea39d92ad1b139be87efaee56d98aacd64cf1c9e2
parenta290c6caf8798bc4c1133093da1d797f668b7ec2 (diff)
downloadbuild-dbbda1eeb7c8d21f334bafe86476dd36f081ab55.tar.gz
aconfig: update storage file records file name
Bug: b/312444587 Test: atest aconfig.test Change-Id: Ib26ab5d50099a7038e161ef59517fad9dca744d5
-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)]