diff options
author | djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-06-03 12:10:19 +0000 |
---|---|---|
committer | djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-06-03 12:10:19 +0000 |
commit | 52f0297aafc1e267fda6e612f168a9fe5bc62784 (patch) | |
tree | d25187b0663a80e6dce4a1e69831dff9727805c7 /Makefile | |
parent | 2dd76d7668d8175ea1ab8f7ad27a1bfd5b917a84 (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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ VALID_TARGETS := \ pathops_unittest \ SampleApp \ SkiaAndroidApp \ - skia_base_libs \ + skia_lib \ tests \ tools |