From dbbda1eeb7c8d21f334bafe86476dd36f081ab55 Mon Sep 17 00:00:00 2001 From: Dennis Shen Date: Thu, 29 Feb 2024 19:06:29 +0000 Subject: [PATCH] aconfig: update storage file records file name Bug: b/312444587 Test: atest aconfig.test Change-Id: Ib26ab5d50099a7038e161ef59517fad9dca744d5 --- tools/aconfig/aconfig_storage_file/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]