Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit c9d9b516 authored by LuK1337's avatar LuK1337
Browse files

fixup! recovery: Get a proper shell environment in recovery

Change-Id: I7fd4f5d9e6eaa0f88098748bd30f9394281ef231
parent ebc617e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -522,7 +522,7 @@ int main(int argc, char** argv) {
  listener_thread.detach();

  // Set up adb_keys and enable root before starting ADB.
  if (IsRoDebuggable() && !fastboot) {
  if (get_build_type() != "user" && !fastboot) {
    copy_userdata_files();
    android::base::SetProperty("service.adb.root", "1");
  }