| Index: build/java_apk.gypi
|
| diff --git a/build/java_apk.gypi b/build/java_apk.gypi
|
| index bf841fe90616551277e0103aeed0581f3a472e69..83e23764eb081a4411275cf415a9f63b4bef1edb 100644
|
| --- a/build/java_apk.gypi
|
| +++ b/build/java_apk.gypi
|
| @@ -350,6 +350,7 @@
|
| ],
|
| 'action': [
|
| 'python', '<(DEPTH)/build/android/gyp/create_device_library_links.py',
|
| + '--android-sdk-tools=<(android_sdk_tools)',
|
| '--build-device-configuration=<(build_device_config_path)',
|
| '--libraries-json=<(ordered_libraries_file)',
|
| '--script-host-path=<(symlink_script_host_path)',
|
| @@ -448,6 +449,7 @@
|
| ],
|
| 'action': [
|
| 'python', '<(DEPTH)/build/android/gyp/apk_install.py',
|
| + '--android_sdk_tools=<(android_sdk_tools)',
|
| '--apk-path=<(incomplete_apk_path)',
|
| '--build-device-configuration=<(build_device_config_path)',
|
| '--install-record=<(apk_install_record)',
|
|
|