| Index: build/java.gypi
|
| diff --git a/build/java.gypi b/build/java.gypi
|
| index 1635c71da40db66cfee1a1737cc9089057ec378c..cef47e698c685ecfbf6d1574cefd0a642c6452cf 100644
|
| --- a/build/java.gypi
|
| +++ b/build/java.gypi
|
| @@ -170,7 +170,7 @@
|
| 'action': [
|
| 'python', '<(DEPTH)/build/android/gyp/process_resources.py',
|
| '--android-sdk', '<(android_sdk)',
|
| - '--android-sdk-tools', '<(android_sdk_tools)',
|
| + '--android-sdk-build-tools', '<(android_sdk_build_tools)',
|
| '--R-dir', '<(R_dir)',
|
| '--res-dirs', '>(all_res_dirs)',
|
| '--crunch-input-dir', '>(res_dir)',
|
|
|