| commit | 77f63911ec8a1222627cc6447da001b860861582 | [log] [tgz] |
|---|---|---|
| author | Bruno Martins <bgcngm@gmail.com> | Sun Apr 19 15:14:42 2020 +0100 |
| committer | Nick Reuter <nreuter85@gmail.com> | Thu Sep 12 18:40:23 2024 -0500 |
| tree | 3056cb73aadcb9aa239bc5a7b3c772e11b6b186e | |
| parent | 54d3fa266d2123c0b076c646fae60d049311052a [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