From de5b7a4a1fdb5f5b84b86c86e4aa65bed0e7d8d1 Mon Sep 17 00:00:00 2001 From: "shouqun.liu@intel.com" Date: Wed, 16 May 2012 06:18:41 +0000 Subject: Fix the content_shell.apk in android x86 target build bug, copy the libcontent_shell_content_view.so and gdbserver to the correct position. BUG=127532 TEST= Review URL: https://chromiumcodereview.appspot.com/10388067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137370 0039d316-1c4b-4281-b951-d872f2087c98 --- content/content_shell.gypi | 5 +++-- content/shell/android/content_shell_apk.xml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'content') diff --git a/content/content_shell.gypi b/content/content_shell.gypi index 4a67c23..965cc9d 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -548,7 +548,7 @@ { 'action_name': 'copy_and_strip_so', 'inputs': ['<(SHARED_LIB_DIR)/libcontent_shell_content_view.so'], - 'outputs': ['<(PRODUCT_DIR)/content_shell/libs/armeabi/libcontent_shell_content_view.so'], + 'outputs': ['<(PRODUCT_DIR)/content_shell/libs/<(android_app_abi)/libcontent_shell_content_view.so'], 'action': [ ' + @@ -58,7 +59,7 @@ - + -- cgit v1.1