Remove unnecessary lines after Android gyp fix
Review URL: https://codereview.appspot.com/6353066

git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@4452 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/bench.gyp b/bench.gyp
index b0fe517..dcf9b5f 100644
--- a/bench.gyp
+++ b/bench.gyp
@@ -75,11 +75,6 @@
             '../bench/BenchSysTimer_windows.cpp',
           ],
         }],
-        [ 'skia_os == "android"', {
-          'dependencies!': [
-            'android_system.gyp:Android_EntryPoint',
-          ],
-        }],
       ],
     }
   ],