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

Commit 733ba8f0 authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "releasetools: Fix the bug with TARGET_NO_RECOVERY."

am: 4ed5735a

* commit '4ed5735a':
  releasetools: Fix the bug with TARGET_NO_RECOVERY.
parents 59ab005d 4ed5735a
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -211,6 +211,9 @@ def LoadInfoDict(input_file, input_dir=None):
  makeint("boot_size")
  makeint("fstab_version")

  if d.get("no_recovery", False) == "true":
    d["fstab"] = None
  else:
    d["fstab"] = LoadRecoveryFSTab(read_helper, d["fstab_version"],
                                   d.get("system_root_image", False))
  d["build.prop"] = LoadBuildProp(read_helper)