aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/SampleApp.gyp2
-rw-r--r--gyp/android_system.gyp2
2 files changed, 2 insertions, 2 deletions
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index 8e8fec2fc7..9bc67c2de8 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -280,7 +280,7 @@
'experimental.gyp:experimental',
],
'dependencies': [
- 'android_system.gyp:SampleAppAndroid',
+ 'android_deps.gyp:Android_EntryPoint',
],
}],
[ 'skia_gpu == 1', {
diff --git a/gyp/android_system.gyp b/gyp/android_system.gyp
index a2a9a0ab55..57f973a43f 100644
--- a/gyp/android_system.gyp
+++ b/gyp/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',
],
}