| Index: build/java_apk.gypi
|
| diff --git a/build/java_apk.gypi b/build/java_apk.gypi
|
| index 509dc0e308931c3d6c3edeceaf7b491401893edb..096d8a92e85c8b75e4fa2e7795a58af800cdeb2f 100644
|
| --- a/build/java_apk.gypi
|
| +++ b/build/java_apk.gypi
|
| @@ -77,11 +77,9 @@
|
| 'extension': 'so',
|
| 'variables': {
|
| 'stripped_library_path': '<(PRODUCT_DIR)/<(package_name)/libs/<(android_app_abi)/<(RULE_INPUT_ROOT).so',
|
| - 'link_dir': '<(android_product_out)/symbols/data/data/<(manifest_package_name)/lib/',
|
| },
|
| 'outputs': [
|
| '<(stripped_library_path)',
|
| - '<(link_dir)/<(RULE_INPUT_ROOT).so',
|
| ],
|
| # There is no way to do 2 actions for each source library in gyp. So to
|
| # both strip the library and create the link in <(link_dir) a separate
|
| @@ -91,7 +89,6 @@
|
| '<(android_strip)',
|
| '<(RULE_INPUT_PATH)',
|
| '<(stripped_library_path)',
|
| - '<(link_dir)',
|
| ],
|
| },
|
| ],
|
|
|