From 4d3f3cd4f26e5fa823a8d3b616fdcded59d11d70 Mon Sep 17 00:00:00 2001 From: "djsollen@google.com" Date: Thu, 13 Dec 2012 18:27:44 +0000 Subject: 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@6786 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/SampleApp.gyp | 2 +- gyp/android_system.gyp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gyp') 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', ], } -- cgit v1.2.3