Index: build/android/gyp/push_libraries.py |
diff --git a/build/android/gyp/push_libraries.py b/build/android/gyp/push_libraries.py |
index 70a1fcb4f82f7e9d8f44de91f53c4e6a0cc2be3e..4f110a469fb441dd1b0c779ea69e6ed9337475a1 100755 |
--- a/build/android/gyp/push_libraries.py |
+++ b/build/android/gyp/push_libraries.py |
@@ -41,7 +41,10 @@ def DoPush(options): |
record_path = '%s.%s.push.md5.stamp' % (host_path, serial_number) |
md5_check.CallAndRecordIfStale( |
- Push, record_path=record_path, input_paths=[host_path]) |
+ Push, |
+ record_path=record_path, |
+ input_paths=[host_path], |
+ input_strings=[device_path]) |
def main(argv): |