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

Commit 9307492d authored by Tianjie Xu's avatar Tianjie Xu Committed by android-build-merger
Browse files

Merge "Remove the obsolete UnpackPackageDir() in edify generator" am: f7a76f9a am: cb2490c6

am: 932a9c8a

Change-Id: I616920f452b7fda545d87dd285474f9f0acd5b14
parents 99dd478b 932a9c8a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -230,11 +230,6 @@ class EdifyGenerator(object):
          p.mount_point, mount_flags))
      self.mounts.add(p.mount_point)

  def UnpackPackageDir(self, src, dst):
    """Unpack a given directory from the OTA package into the given
    destination directory."""
    self.script.append('package_extract_dir("%s", "%s");' % (src, dst))

  def Comment(self, comment):
    """Write a comment into the update script."""
    self.script.append("")