Merge "Remove the obsolete UnpackPackageDir() in edify generator"
am: f7a76f9a30
Change-Id: Ic7f855642457cd6cb977af73fad1ef808326d414
This commit is contained in:
commit
cb2490c645
1 changed files with 0 additions and 5 deletions
|
@ -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("")
|
||||
|
|
Loading…
Reference in a new issue