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

Bug: 21785137
Change-Id: Ie0c36988759fe07419ad29bab5a71cdd0d992d2a
This commit is contained in:
Ying Wang
2015-06-25 13:56:53 -07:00
parent c9fcdae29d
commit 2a04839aec
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.