| Index: tools/android/android_tools.gyp
|
| diff --git a/tools/android/android_tools.gyp b/tools/android/android_tools.gyp
|
| index 6bad98508c8f90d1869670cd61632ad0b3256c94..ed5e905c814c4d72273c16c39c47e06ae62fc1f0 100644
|
| --- a/tools/android/android_tools.gyp
|
| +++ b/tools/android/android_tools.gyp
|
| @@ -10,9 +10,10 @@
|
| 'target_name': 'android_tools',
|
| 'type': 'none',
|
| 'dependencies': [
|
| + 'adb_reboot/adb_reboot.gyp:adb_reboot',
|
| 'forwarder2/forwarder.gyp:forwarder2',
|
| 'md5sum/md5sum.gyp:md5sum',
|
| - 'adb_reboot/adb_reboot.gyp:adb_reboot',
|
| + 'purge_ashmem/purge_ashmem.gyp:purge_ashmem',
|
| ],
|
| },
|
| {
|
|
|