Merge "libprefetch: rename property name" into main am: 7c066103a3

Original change: https://android-review.googlesource.com/c/platform/system/core/+/3376861

Change-Id: I5d4190cb20e59941497893887492dd508c228690
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2024-11-26 09:03:46 +00:00 committed by Automerger Merge Worker
commit 3b4612e7da

View file

@ -11,8 +11,8 @@ use std::time::Duration;
use rustutils::system_properties::error::PropertyWatcherError; use rustutils::system_properties::error::PropertyWatcherError;
use rustutils::system_properties::PropertyWatcher; use rustutils::system_properties::PropertyWatcher;
const PREFETCH_RECORD_PROPERTY: &str = "ro.prefetch_boot.record"; const PREFETCH_RECORD_PROPERTY: &str = "prefetch_boot.record";
const PREFETCH_REPLAY_PROPERTY: &str = "ro.prefetch_boot.replay"; const PREFETCH_REPLAY_PROPERTY: &str = "prefetch_boot.replay";
const PREFETCH_RECORD_PROPERTY_STOP: &str = "ro.prefetch_boot.record_stop"; const PREFETCH_RECORD_PROPERTY_STOP: &str = "ro.prefetch_boot.record_stop";
fn wait_for_property_true( fn wait_for_property_true(