commit | 6108e70f9fcd30acb25d3d6ca05527bb1e3e69ad | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Fri Sep 27 20:29:42 2019 +0300 |
committer | Michael Bestas <mkbestas@lineageos.org> | Wed Dec 11 19:08:08 2019 +0200 |
tree | 413c133533bcb8d9d9d8c8911d140b243bfa76f3 | |
parent | b3e3ad69a809f020cd177cfde177e89a69658a1f [diff] [blame] |
recovery: Only show tests in eng builds Change-Id: If783711ecd0d20728ec27ebc572b57e6d9bee760
diff --git a/common.h b/common.h index a524a41..bc2c07b 100644 --- a/common.h +++ b/common.h
@@ -36,3 +36,5 @@ extern const char* reason; bool is_ro_debuggable(); + +std::string get_build_type();