am ae91c7f8: Merge change I5ecba70c into eclair
Merge commit 'ae91c7f8d1962e7c0ba7aa0d57453fe359e2e2d8' into eclair-plus-aosp * commit 'ae91c7f8d1962e7c0ba7aa0d57453fe359e2e2d8': add missing comma
This commit is contained in:
commit
a94dc8097c
|
@ -308,7 +308,7 @@ def ParseOptions(argv,
|
||||||
OPTIONS.search_path = a
|
OPTIONS.search_path = a
|
||||||
elif o in ("-s", "--device_specific"):
|
elif o in ("-s", "--device_specific"):
|
||||||
OPTIONS.device_specific = a
|
OPTIONS.device_specific = a
|
||||||
elif o in ("-x" "--extra"):
|
elif o in ("-x", "--extra"):
|
||||||
key, value = a.split("=", 1)
|
key, value = a.split("=", 1)
|
||||||
OPTIONS.extras[key] = value
|
OPTIONS.extras[key] = value
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue