aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d8b0205422..aa54c1f6d1 100644
--- a/Makefile
+++ b/Makefile
@@ -45,8 +45,8 @@ VALID_TARGETS := \
pathops_unittest \
pdfviewer \
SampleApp \
+ SampleApp_APK \
skhello \
- SkiaAndroidApp \
skia_lib \
tests \
tools \