consolidate target_files metadata into one key-value file
Instead of separate files for recovery api version, tool extensions, and mkyaffs2 options, put those all in the generic key-value file. Change-Id: Ib642311632844d52e4895fd4747093fc7e86232d
This commit is contained in:
@@ -31,7 +31,7 @@ class EdifyGenerator(object):
|
||||
"""Make a temporary script object whose commands can latter be
|
||||
appended to the parent script with AppendScript(). Used when the
|
||||
caller wants to generate script commands out-of-order."""
|
||||
x = EdifyGenerator(self.version)
|
||||
x = EdifyGenerator(self.version, self.info)
|
||||
x.mounts = self.mounts
|
||||
return x
|
||||
|
||||
|
Reference in New Issue
Block a user