[Android] Fix reference to dex.py after it was moved in r192265.

BUG=

Review URL: https://codereview.chromium.org/13619009

git-svn-id: http://src.chromium.org/svn/trunk/src/build@192360 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
frankf@chromium.org 2013-04-04 17:48:37 +00:00
Родитель a484e4d5c4
Коммит dcb3f45191
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -26,14 +26,14 @@
'message': 'Dexing <(_target_name) jar',
'inputs': [
'<(DEPTH)/build/android/pylib/build_utils.py',
'<(DEPTH)/build/android/dex.py',
'<(DEPTH)/build/android/gyp/dex.py',
'>@(library_dexed_jars_paths)',
],
'outputs': [
'<(output_dex_path)',
],
'action': [
'python', '<(DEPTH)/build/android/dex.py',
'python', '<(DEPTH)/build/android/gyp/dex.py',
'--dex-path=<(output_dex_path)',
'--android-sdk-root=<(android_sdk_root)',