| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 0db92c8962d4d4dde243bcba85457064634be384..815dcb4b181b92c9305a4e509bf8b20e03499b6b 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)',
|
|
|
|
|