| Index: tools/mb/mb.py
|
| diff --git a/tools/mb/mb.py b/tools/mb/mb.py
|
| index f30fc3a1240742a9b01338575205fee309362fb0..94400be26921620febc3417259cd25f0189f95f7 100755
|
| --- a/tools/mb/mb.py
|
| +++ b/tools/mb/mb.py
|
| @@ -688,8 +688,8 @@ class MetaBuildWrapper(object):
|
| output_path)
|
| for label in out.splitlines():
|
| build_target = label[2:]
|
| - # We want to accept 'chrome/android:chrome_shell_apk' and
|
| - # just 'chrome_shell_apk'. This may result in too many targets
|
| + # We want to accept 'chrome/android:chrome_public_apk' and
|
| + # just 'chrome_public_apk'. This may result in too many targets
|
| # getting built, but we can adjust that later if need be.
|
| for input_target in inp['targets']:
|
| if (input_target == build_target or
|
|
|