Chromium Code Reviews| Index: build/android/native_app_dependencies.gypi |
| diff --git a/build/android/native_app_dependencies.gypi b/build/android/native_app_dependencies.gypi |
| index f54dda73380c06788c46b31a32a1f2551c4b64dc..9f9ea340fa0f89da4c5a40efa52a769695cd2187 100644 |
| --- a/build/android/native_app_dependencies.gypi |
| +++ b/build/android/native_app_dependencies.gypi |
| @@ -52,6 +52,7 @@ |
| { |
| 'variables': { |
| 'input_libraries': ['<(native_binary)'], |
| + 'input_paths': ['<(native_binary)'], |
|
Yaron
2013/04/19 17:15:14
Shouldn't this be with the strip_native_libraries
cjhopman
2013/04/19 17:30:10
Yes, yes it should.
|
| }, |
| 'includes': ['../../build/android/write_ordered_libraries.gypi'], |
| }, |