| Index: build/android/lint_action.gypi
|
| diff --git a/build/android/lint_action.gypi b/build/android/lint_action.gypi
|
| index dd0bbd2f984ed8368a88a7008e77077e1eec5c65..186d64c4fa28ea9512eed8049fdce4c6d26e4c8e 100644
|
| --- a/build/android/lint_action.gypi
|
| +++ b/build/android/lint_action.gypi
|
| @@ -22,6 +22,7 @@
|
| '<(DEPTH)/build/android/gyp/lint.py',
|
| '<(DEPTH)/build/android/lint/suppressions.xml',
|
| '<(DEPTH)/build/android/AndroidManifest.xml',
|
| + '<(lint_jar_path)',
|
| ],
|
| 'action': [
|
| 'python', '<(DEPTH)/build/android/gyp/lint.py',
|
| @@ -32,7 +33,7 @@
|
| '--result-path=<(result_path)',
|
| '--product-dir=<(PRODUCT_DIR)',
|
| '--src-dirs=>(src_dirs)',
|
| - '--classes-dir=<(classes_dir)',
|
| + '--jar-path=<(lint_jar_path)',
|
| '--stamp=<(stamp_path)',
|
| '<(is_enabled)',
|
| ],
|
|
|