Chromium Code Reviews| Index: build/android/BUILD.gn |
| diff --git a/build/android/BUILD.gn b/build/android/BUILD.gn |
| index cf5c45b85f383d3386fa1f5b54ca375c4fd3e36c..066dd19479453f8259a07384ffbe10c365d50965 100644 |
| --- a/build/android/BUILD.gn |
| +++ b/build/android/BUILD.gn |
| @@ -74,6 +74,9 @@ action("cpplib_stripped") { |
| outputs = [ |
| _output_so, |
| ] |
| + data = [ |
| + _output_so, |
| + ] |
| _rebased_strip_bin = rebase_path(_strip_bin, root_out_dir) |
| _rebased_input_so = rebase_path(_input_so, root_out_dir) |