am e4ea0ab8: am ae91c7f8: Merge change I5ecba70c into eclair

Merge commit 'e4ea0ab8bd1ceef94399ac028e4fed1c18333b98' into eclair-mr2-plus-aosp

* commit 'e4ea0ab8bd1ceef94399ac028e4fed1c18333b98':
  add missing comma
This commit is contained in:
Doug Zongker
2009-12-03 16:57:45 -08:00
committed by Android Git Automerger

View File

@@ -308,7 +308,7 @@ def ParseOptions(argv,
OPTIONS.search_path = a
elif o in ("-s", "--device_specific"):
OPTIONS.device_specific = a
elif o in ("-x" "--extra"):
elif o in ("-x", "--extra"):
key, value = a.split("=", 1)
OPTIONS.extras[key] = value
else: