aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/gyp
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-03 12:10:19 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-03 12:10:19 +0000
commit52f0297aafc1e267fda6e612f168a9fe5bc62784 (patch)
treed25187b0663a80e6dce4a1e69831dff9727805c7 /platform_tools/android/gyp
parent2dd76d7668d8175ea1ab8f7ad27a1bfd5b917a84 (diff)
Prepare skia for shared library build on android
This reapplies revision 9378 after the buildbot has been updated. R=borenet@google.com, djsollen@google.com Review URL: https://codereview.chromium.org/15855006 git-svn-id: http://skia.googlecode.com/svn/trunk@9395 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'platform_tools/android/gyp')
-rw-r--r--platform_tools/android/gyp/skia_android.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform_tools/android/gyp/skia_android.gypi b/platform_tools/android/gyp/skia_android.gypi
index 43c59c1d43..72dc942ab9 100644
--- a/platform_tools/android/gyp/skia_android.gypi
+++ b/platform_tools/android/gyp/skia_android.gypi
@@ -4,6 +4,7 @@
'target_name': 'CopySkiaAppDeps',
'type': 'none',
'dependencies': [
+ 'skia_lib.gyp:skia_lib',
'SampleApp.gyp:SampleApp',
'bench.gyp:bench',
'gm.gyp:gm',
@@ -56,6 +57,7 @@
'<(PRODUCT_DIR)/lib.target/libtests.so',
'<(PRODUCT_DIR)/lib.target/libpathops_unittest.so',
'<(PRODUCT_DIR)/lib.target/gdbserver',
+ '<(PRODUCT_DIR)/lib.target/libskia_android.so',
],
},
],