diff options
author | djsollen <djsollen@google.com> | 2016-04-18 12:57:35 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-18 12:57:35 -0700 |
commit | 9df5d072094544fe47f9defbd3580a4dcfbe4167 (patch) | |
tree | 775b3e84b09d7d964f3803ef9f4658ca7e236593 /gyp | |
parent | 63677f4c2c8f7e60686f1c293c4a9643232f1067 (diff) |
Cleanup android build files and tools
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1898793004
Review URL: https://codereview.chromium.org/1898793004
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/visualbench.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/visualbench.gyp b/gyp/visualbench.gyp index 371b665465..fdf0efb379 100644 --- a/gyp/visualbench.gyp +++ b/gyp/visualbench.gyp @@ -64,7 +64,7 @@ }], [ 'skia_os == "android" and skia_use_sdl == 1', { 'dependencies': [ - 'android_deps.gyp:Android_VisualBenchSDL', + 'android_deps.gyp:Android_EntryPoint', ], }], ], |