platform_build/tools/releasetools
Jianxun Zhang 098494981d Fix parsing string parameters in BOARD_MKBOOTIMG_ARGS
The existing logic in common.py breaks string arguments incorrectly:
e.g. --para1 val1 --para2 "val2 is a string" will be output as:

'--para', 'val1, '--para2', 'val2' 'is' 'a' 'string'

This will cause mkbootimg command fails due to the invalid arguments
generated from the wrong parsing.

The patch fixes this issue to get:

'--para', 'val1, '--para2', 'val2 is a string'

Change-Id: Ia34ec357550f11ae9d6adc719d86a0c6a9099fbc
Signed-off-by: Jianxun Zhang <jianxun.zhang@intel.com>
2013-08-27 15:31:13 -07:00
..
build_image.py Support to build vendor.img 2013-03-25 09:53:16 -07:00
check_target_files_signatures Modify release tools to replace certs in MMAC files. 2013-08-09 07:20:52 -04:00
common.py Fix parsing string parameters in BOARD_MKBOOTIMG_ARGS 2013-08-27 15:31:13 -07:00
edify_generator.py resolved conflicts for merge of a86fcc29 to master 2012-04-09 14:59:04 -07:00
img_from_target_files Fix signing process for SELinux file_contexts 2013-05-29 14:38:48 -07:00
ota_from_target_files Fix signing process for SELinux file_contexts 2013-05-29 14:38:48 -07:00
sign_target_files_apks Modify release tools to replace certs in MMAC files. 2013-08-09 07:20:52 -04:00