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
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index 8e8fec2..9bc67c2 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 a2a9a0a..57f973a 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',
   ],
 }