Remove the obsolete UnpackPackageDir() in edify generator
package_extract_dir is used in file based OTA only and should be killed. Bug: 37959785 Test: code search shows no usage of this function in aosp. Change-Id: Id3719b969c24b7ecef0c7f0e4a3af09a72be54d4
This commit is contained in:
@@ -230,11 +230,6 @@ class EdifyGenerator(object):
|
|||||||
p.mount_point, mount_flags))
|
p.mount_point, mount_flags))
|
||||||
self.mounts.add(p.mount_point)
|
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):
|
def Comment(self, comment):
|
||||||
"""Write a comment into the update script."""
|
"""Write a comment into the update script."""
|
||||||
self.script.append("")
|
self.script.append("")
|
||||||
|
Reference in New Issue
Block a user