Merge "android_reboot: move reboot reason file to data/misc/reboot/"
diff --git a/libcutils/include/cutils/android_reboot.h b/libcutils/include/cutils/android_reboot.h
index 1bbb9b9..2e3b429 100644
--- a/libcutils/include/cutils/android_reboot.h
+++ b/libcutils/include/cutils/android_reboot.h
@@ -31,7 +31,7 @@
 #define ANDROID_RB_PROPERTY "sys.powerctl"
 
 /* Android reboot reason stored in this file */
-#define LAST_REBOOT_REASON_FILE "/data/misc/recovery/last_reboot_reason"
+#define LAST_REBOOT_REASON_FILE "/data/misc/reboot/last_reboot_reason"
 
 int android_reboot(int cmd, int flags, const char *arg);
 int android_reboot_with_callback(