Merge "aconfig: update storage file records file name" into main am: 279e018b0a

Original change: https://android-review.googlesource.com/c/platform/build/+/2984912

Change-Id: I83a3ffcb2b76e12f4f84d7cd8783eb67bc4a25d9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Dennis Shen
2024-03-04 15:28:27 +00:00
committed by Automerger Merge Worker

View File

@@ -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)]