Loading core/build_id.mk +1 −1 Original line number Diff line number Diff line Loading @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. BUILD_ID=AP2A.240304.002 BUILD_ID=AP2A.240305.001 tools/aconfig/aconfig_storage_file/src/lib.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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)] Loading Loading
core/build_id.mk +1 −1 Original line number Diff line number Diff line Loading @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. BUILD_ID=AP2A.240304.002 BUILD_ID=AP2A.240305.001
tools/aconfig/aconfig_storage_file/src/lib.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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)] Loading