commit | e8f7ea353b6eaf3930aa6429465ffc527c92bd2e | [log] [tgz] |
---|---|---|
author | Mohd Faraz <androiabledroid@gmail.com> | Fri Jun 12 20:38:58 2020 +0530 |
committer | bigbiff <bigbiff@teamw.in> | Thu Oct 22 23:31:20 2020 +0000 |
tree | daa3033158455e90591de6c87d0165abfa3325b1 | |
parent | 35475b1dd571d1c01acb78949add932b1694458d [diff] |
fix compile in api 24 * Fixes the following error bootable/recovery/twrp.cpp:173:18: error: use of undeclared identifier 'android' other_prop = android::base::Trim(other_prop); ^ bootable/recovery/twrp.cpp:174:20: error: use of undeclared identifier 'android' current_prop = android::base::Trim(current_prop); Change-Id: I1d82cc68d99e5b42cd32a6fb96e9331681f56ba2 Signed-off-by: Mohd Faraz <androiabledroid@gmail.com>
Team Win Recovery Project (TWRP)
You can find a compiling guide here.