diff options
author | Florin Malita <fmalita@chromium.org> | 2018-06-18 18:42:07 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-07-10 13:50:25 +0000 |
commit | e4db80f1a6a51d11b5471783332513781388cb8d (patch) | |
tree | 4cb286b09f110278d9f2e944ee77eb732d564914 /gn | |
parent | 418e658a6922923f8d1e1ce2cf00f0a0f6b18ff3 (diff) |
Enable Skottie on Android framework builds.
It no longer requires RapidJSON.
Change-Id: Ifded5ef8f7a5196067af1c043518f2a95b461d6e
Reviewed-on: https://skia-review.googlesource.com/135625
Reviewed-by: Derek Sollenberger <djsollen@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
Diffstat (limited to 'gn')
-rw-r--r-- | gn/gn_to_bp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py index 24ee2bfead..7bb9b0f6d9 100644 --- a/gn/gn_to_bp.py +++ b/gn/gn_to_bp.py @@ -214,7 +214,6 @@ cc_test { gn_args = { 'is_official_build': 'true', 'skia_enable_tools': 'true', - 'skia_enable_skottie': 'false', # requires rapidjson third-party 'skia_use_libheif': 'true', 'skia_use_vulkan': 'true', 'target_cpu': '"none"', |