| commit | 80f214ea7aa4760054b8612fb1bef8ba6a4125f0 | [log] [tgz] |
|---|---|---|
| author | Bruno Martins <bgcngm@gmail.com> | Sun Apr 19 15:14:42 2020 +0100 |
| committer | Michael Bestas <mkbestas@lineageos.org> | Sun Jun 15 20:03:03 2025 +0300 |
| tree | c6542bcd11b42e13f36c7570700e867eb51c06b5 | |
| parent | 04ca348572b3eca80a07b059d986cf67a5facaaf [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