Merge "Create userdata.img with real data when SANITIZE_TARGET=address."

This commit is contained in:
Ying Wang
2015-06-25 21:29:48 +00:00
committed by Gerrit Code Review
3 changed files with 25 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ import tempfile
FIXED_SALT = "aee087a5be3b982978c923f566a94613496b417f2af592639bc80d141e34dfe7"
def RunCommand(cmd):
""" Echo and run the given command
""" Echo and run the given command.
Args:
cmd: the command represented as a list of strings.