Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3df083a4 authored by Akilesh Kailash's avatar Akilesh Kailash
Browse files

libprefetch: rename property name



Bug: 362507272
Test: Build
Change-Id: I39627fdcbbe5458e6fbc9dfaa1aa620844d56f8b
Signed-off-by: default avatarAkilesh Kailash <akailash@google.com>
parent f7b58408
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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(