Index: tools/android/md5sum/md5sum.gyp |
diff --git a/tools/android/md5sum/md5sum.gyp b/tools/android/md5sum/md5sum.gyp |
index f5baa65bc07d6a6c3a4a4169e013a118a40892a1..0056845b45d94cfeeb34a21f08b3b30cc6c70580 100644 |
--- a/tools/android/md5sum/md5sum.gyp |
+++ b/tools/android/md5sum/md5sum.gyp |
@@ -11,6 +11,13 @@ |
'md5sum_stripped_device_bin', |
'md5sum_bin_host#host', |
], |
+ # For the component build, ensure dependent shared libraries are stripped |
+ # and put alongside md5sum to simplify pushing to the device. |
+ 'variables': { |
+ 'output_dir': '<(PRODUCT_DIR)/md5sum_dist/', |
+ 'native_binary': '<(PRODUCT_DIR)/md5sum_bin', |
+ }, |
+ 'includes': ['../../../build/android/native_app_dependencies.gypi'], |
}, |
{ |
'target_name': 'md5sum_device_bin', |