From 3df083a4985b5ff88c597db9a586afed6fa3ac96 Mon Sep 17 00:00:00 2001 From: Akilesh Kailash Date: Mon, 25 Nov 2024 21:46:56 -0800 Subject: [PATCH] libprefetch: rename property name Bug: 362507272 Test: Build Change-Id: I39627fdcbbe5458e6fbc9dfaa1aa620844d56f8b Signed-off-by: Akilesh Kailash --- init/libprefetch/prefetch/src/arch/android.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init/libprefetch/prefetch/src/arch/android.rs b/init/libprefetch/prefetch/src/arch/android.rs index c765e38d7..3404e42b1 100644 --- a/init/libprefetch/prefetch/src/arch/android.rs +++ b/init/libprefetch/prefetch/src/arch/android.rs @@ -11,8 +11,8 @@ use std::time::Duration; use rustutils::system_properties::error::PropertyWatcherError; use rustutils::system_properties::PropertyWatcher; -const PREFETCH_RECORD_PROPERTY: &str = "ro.prefetch_boot.record"; -const PREFETCH_REPLAY_PROPERTY: &str = "ro.prefetch_boot.replay"; +const PREFETCH_RECORD_PROPERTY: &str = "prefetch_boot.record"; +const PREFETCH_REPLAY_PROPERTY: &str = "prefetch_boot.replay"; const PREFETCH_RECORD_PROPERTY_STOP: &str = "ro.prefetch_boot.record_stop"; fn wait_for_property_true(