Index: content/content_shell.gypi |
diff --git a/content/content_shell.gypi b/content/content_shell.gypi |
index 2fe401d9193225a839fa3b733fbdf2414b541f26..ec5be71582229c18fb3eb687759ece60f0b0fde6 100644 |
--- a/content/content_shell.gypi |
+++ b/content/content_shell.gypi |
@@ -615,7 +615,7 @@ |
'inputs': ['<(SHARED_LIB_DIR)/libcontent_shell_content_view.so'], |
'outputs': ['<(PRODUCT_DIR)/content_shell/libs/<(android_app_abi)/libcontent_shell_content_view.so'], |
'action': [ |
- '<!(/bin/echo -n $STRIP)', |
+ '<(android_strip)', |
'--strip-unneeded', # All symbols not needed for relocation. |
'<@(_inputs)', |
'-o', |