commit | c4faea8c5b4f32924a6b3e17567830a64e153a91 | [log] [tgz] |
---|---|---|
author | lambdadroid <lambdadroid@gmail.com> | Wed Sep 26 22:56:51 2018 +0200 |
committer | lambdadroid <lambdadroid@gmail.com> | Wed Sep 26 22:56:51 2018 +0200 |
tree | 732de28de4793959182171468729903d0060c102 | |
parent | 007de98f69b1310f33a8baee008533b28d251cca [diff] |
Fix build error on Pie with TW_NO_LEGACY_PROPS := true Fixes: bootable/recovery/twinstall.cpp:83:12: error: unused function 'switch_to_legacy_properties' [-Werror,-Wunused-function] static int switch_to_legacy_properties() ^ bootable/recovery/twinstall.cpp:110:12: error: unused function 'switch_to_new_properties' [-Werror,-Wunused-function] static int switch_to_new_properties() ^ bootable/recovery/twinstall.cpp:176:13: error: unused function 'update_binary_has_legacy_properties' [-Werror,-Wunused-function] static bool update_binary_has_legacy_properties(const char *binary) { ^ 3 errors generated. Change-Id: Ie30fd7ae74b00e791100572b49a17ff638212e5a
Team Win Recovery Project (TWRP)
You can find a compiling guide here.