Merge "aconfig: update storage file records file name" into main

This commit is contained in:
Dennis Shen
2024-03-04 15:01:42 +00:00
committed by Gerrit Code Review

View File

@@ -63,7 +63,7 @@ pub(crate) const HASH_PRIMES: [u32; 29] = [
]; ];
/// Storage file location pb file /// 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 /// Storage file type enum
#[derive(Clone, Debug, PartialEq, Eq)] #[derive(Clone, Debug, PartialEq, Eq)]