diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-05-15 20:16:20 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-05-15 20:16:20 +0000 |
commit | a774adf3a16cf4b5e2a16b22570f14222e1005a8 (patch) | |
tree | 3398c8cc2ab028b65a60e9ab7403634359402a4c | |
parent | 6930b57221ea7010dcab516559fa6bc5a0fb3807 (diff) |
lua not building on android ??? disabling for now
git-svn-id: http://skia.googlecode.com/svn/trunk@9156 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | gyp/tools.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp index aa27b45f62..6d95e10a90 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -15,7 +15,7 @@ 'dependencies': [ 'bench_pictures', 'filter', - 'lua_pictures', +# 'lua_pictures', 'pinspect', 'render_pdfs', 'render_pictures', |