commit | 92336d0f81e4f54698cf52df937d8d5ffe4ba29f | [log] [tgz] |
---|---|---|
author | Bruno Martins <bgcngm@gmail.com> | Sun Apr 19 15:14:42 2020 +0100 |
committer | Jackeagle <jackeagle102@gmail.com> | Sun Jul 11 05:21:20 2021 +0200 |
tree | c43abd9bc270a8e45e19c35addb8268ec67394fd | |
parent | ba651c6b69b6dbe46cbdd602905ac30b0a912b15 [diff] |
liblog: Always report as debuggable when building userdebug/eng This doesn't affect the normal behavior of our builds, because ro.debuggable is set to 1 on userdebug/eng anyway. However, it's helpful because making __android_log_is_debuggable return a compile time value rather than the value of runtime prop lets us pass checks that'd otherwise prevent us from using adb root when Magisk is installed. Change-Id: I36f53976162e652a38008ced459ca02fd6c0af51