| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index d7f4bd776e5e14803d257c2fd2ca1ea3768b909b..110914a3a4c3a51636504ad6848c634c951ba9a1 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1703,6 +1703,9 @@
|
| 'android_stlport_libs_dir': '<(android_stlport_root)/libs/<(android_app_abi)',
|
| 'host_os%': '<(host_os)',
|
|
|
| + # Location of the "objcopy" binary, used by both gyp and scripts.
|
| + 'android_objcopy%' : '<!(/bin/echo -n <(android_toolchain)/*-objcopy)',
|
| +
|
| # Location of the "strip" binary, used by both gyp and scripts.
|
| 'android_strip%' : '<!(/bin/echo -n <(android_toolchain)/*-strip)',
|
|
|
|
|