Merge "Make init.updatable_crashing a read/write property" am: baca43b3d8 am: 00a530afed am: ca79804c6c
am: 7d3b49e4ef
Change-Id: I45b365d7ee7ba0307a7fb63a58b62fb3b85273fb
diff --git a/init/service.cpp b/init/service.cpp
index 0b73dc5..a2db070 100644
--- a/init/service.cpp
+++ b/init/service.cpp
@@ -300,7 +300,7 @@
LOG(ERROR) << "updatable process '" << name_ << "' exited 4 times "
<< (boot_completed ? "in 4 minutes" : "before boot completed");
// Notifies update_verifier and apexd
- property_set("ro.init.updatable_crashing", "1");
+ property_set("sys.init.updatable_crashing", "1");
}
}
} else {