summaryrefslogtreecommitdiff
path: root/android_system.gyp
diff options
context:
space:
mode:
authordjsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-13 18:27:44 +0000
committerdjsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-13 18:27:44 +0000
commit6f9024d31ad8e93bd2ffbf97546d77b2492ac1c9 (patch)
tree6a3a8a72e37c0120f001b5e6cf3905c482761fb5 /android_system.gyp
parent949709f1e11ae92ada01066bb0539affc605f12c (diff)
downloadgyp-6f9024d31ad8e93bd2ffbf97546d77b2492ac1c9.tar.gz
Fix android build by removing references to the old sampleApp
Review URL: https://codereview.appspot.com/6949045 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@6786 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'android_system.gyp')
-rw-r--r--android_system.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_system.gyp b/android_system.gyp
index a2a9a0a..57f973a 100644
--- a/android_system.gyp
+++ b/android_system.gyp
@@ -15,6 +15,6 @@
# variable expansion step for gyp happens after the includes are processed.
{
'includes': [
- '../../android/gyp/android.gypi',
+ '../../android/gyp/skia_android.gypi',
],
}