mirror of
https://github.com/CTCaer/CTCaer-TWRP.git
synced 2025-02-20 03:00:40 +00:00
Merge "fix wrong debuging output of used BUILD FLAGS in data.cpp" into twrp2.4
This commit is contained in:
commit
ad240231f2
4
data.cpp
4
data.cpp
@ -653,14 +653,14 @@ void DataManager::SetDefaultValues()
|
||||
|
||||
mConstValues.insert(make_pair(TW_REBOOT_SYSTEM, "1"));
|
||||
#ifdef TW_NO_REBOOT_RECOVERY
|
||||
printf("RECOVERY_SDCARD_ON_DATA := true\n");
|
||||
printf("TW_NO_REBOOT_RECOVERY := true\n");
|
||||
mConstValues.insert(make_pair(TW_REBOOT_RECOVERY, "0"));
|
||||
#else
|
||||
mConstValues.insert(make_pair(TW_REBOOT_RECOVERY, "1"));
|
||||
#endif
|
||||
mConstValues.insert(make_pair(TW_REBOOT_POWEROFF, "1"));
|
||||
#ifdef TW_NO_REBOOT_BOOTLOADER
|
||||
printf("RECOVERY_SDCARD_ON_DATA := true\n");
|
||||
printf("TW_NO_REBOOT_BOOTLOADER := true\n");
|
||||
mConstValues.insert(make_pair(TW_REBOOT_BOOTLOADER, "0"));
|
||||
#else
|
||||
mConstValues.insert(make_pair(TW_REBOOT_BOOTLOADER, "1"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user