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

Commit 279e018b authored by Dennis Shen's avatar Dennis Shen Committed by Gerrit Code Review
Browse files

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

parents a290c6ca dbbda1ee
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)]