aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/most.gyp
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-12 12:30:04 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-12 12:30:04 +0000
commitcc95b1aeb8cbb9201712c9982d12149b0e0027f0 (patch)
treedcb3eba827fe84f2c24bca6cf00a0f883a10e9ec /gyp/most.gyp
parent36bb270c1e05020d7f8df3bf244309fb44a9fff3 (diff)
Update Skia Android tools.
This CL moves the skia_launcher out of the system/bin and into /data/local/tmp; removes the need to package our shared libs in an apk; and updates all the scripts to work in the new environment. R=mtklein@google.com, scroggo@google.com Review URL: https://codereview.chromium.org/22617002 git-svn-id: http://skia.googlecode.com/svn/trunk@10673 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/most.gyp')
-rw-r--r--gyp/most.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/most.gyp b/gyp/most.gyp
index bc6810a518..cfe528e8d0 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -22,7 +22,7 @@
],
'conditions': [
['skia_os == "android"', {
- 'dependencies': [ 'android_system.gyp:SkiaAndroidApp' ],
+ 'dependencies': [ 'android_system.gyp:SampleApp_APK' ],
}],
],
},