diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-01 17:46:33 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-01 17:46:33 +0000 |
commit | ae3cf9bb850f1d1fd5bab996261646575c0ec443 (patch) | |
tree | f90b94e6e9dd56fd502cc202e808c96c9e4e1867 /tools/android | |
parent | 97b7de78f139c74116588761ecb13f5db20d7ccb (diff) | |
download | chromium_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.gyp | 2 |
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': [ '..', |