summaryrefslogtreecommitdiffstats
path: root/tools/android
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 17:46:33 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 17:46:33 +0000
commitae3cf9bb850f1d1fd5bab996261646575c0ec443 (patch)
treef90b94e6e9dd56fd502cc202e808c96c9e4e1867 /tools/android
parent97b7de78f139c74116588761ecb13f5db20d7ccb (diff)
downloadchromium_src-ae3cf9bb850f1d1fd5bab996261646575c0ec443.zip
chromium_src-ae3cf9bb850f1d1fd5bab996261646575c0ec443.tar.gz
chromium_src-ae3cf9bb850f1d1fd5bab996261646575c0ec443.tar.bz2
android: Build android_tools_common target as static_library.
BUG=111541 R=bulach@chromium.org Review URL: https://chromiumcodereview.appspot.com/11275079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165422 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/android')
-rw-r--r--tools/android/common/common.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/android/common/common.gyp b/tools/android/common/common.gyp
index 4fc7118..8622625 100644
--- a/tools/android/common/common.gyp
+++ b/tools/android/common/common.gyp
@@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'android_tools_common',
- 'type': '<(library)',
+ 'type': 'static_library',
'toolsets': ['host', 'target'],
'include_dirs': [
'..',