Switch to <android-base/properties.h>.

Bug: http://b/23102347
Test: boot into recovery.
Change-Id: Ib2ca560f1312961c21fbaa294bb068de19cb883e
Merged-In: Ib2ca560f1312961c21fbaa294bb068de19cb883e
This commit is contained in:
Elliott Hughes
2016-09-23 15:30:55 -07:00
parent 3cf815a6a9
commit cb22040c63
8 changed files with 40 additions and 49 deletions
+2 -2
View File
@@ -28,7 +28,7 @@
#include <time.h>
#include <unistd.h>
#include <cutils/properties.h>
#include <android-base/properties.h>
#include <cutils/android_reboot.h>
#include "common.h"
@@ -175,7 +175,7 @@ void RecoveryUI::ProcessKey(int key_code, int updown) {
case RecoveryUI::REBOOT:
if (reboot_enabled) {
property_set(ANDROID_RB_PROPERTY, "reboot,");
android::base::SetProperty(ANDROID_RB_PROPERTY, "reboot,");
while (true) { pause(); }
}
break;