Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbbda1ee authored by Dennis Shen's avatar Dennis Shen
Browse files

aconfig: update storage file records file name

Bug: b/312444587
Test: atest aconfig.test
Change-Id: Ib26ab5d50099a7038e161ef59517fad9dca744d5
parent a290c6ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)]