| Index: build/java.gypi
|
| diff --git a/build/java.gypi b/build/java.gypi
|
| index ab6687f32900c6c77196dcea18ffaece6c18effc..b2996f37114789ff745bd5c91de00f94a62411ab 100644
|
| --- a/build/java.gypi
|
| +++ b/build/java.gypi
|
| @@ -189,7 +189,7 @@
|
| ],
|
| 'action': [
|
| 'python', '<(DEPTH)/build/android/gyp/process_resources.py',
|
| - '--android-sdk', '<(android_sdk)',
|
| + '--android-sdk-jar', '<(android_sdk_jar)',
|
| '--aapt-path', '<(android_aapt_path)',
|
| # Need to generate onResourcesLoaded() in R.java, so could be used in java lib.
|
| '--shared-resources',
|
|
|