Remove uneeded copy of gdbserver from apk
authordjsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 30 Sep 2013 20:33:21 +0000 (20:33 +0000)
committerdjsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 30 Sep 2013 20:33:21 +0000 (20:33 +0000)
R=mtklein@google.com

Review URL: https://codereview.chromium.org/25336002

git-svn-id: http://skia.googlecode.com/svn/trunk@11539 2bbb7eff-a529-9590-31e7-b0007b416f81

platform_tools/android/gyp/skia_android.gypi

index 68a58da..4e6658d 100644 (file)
         ],
       },
       'copies': [
-        # Copy gdbserver into the lib.target directory, so that it gets packaged
-        # in the APK.  This is necessary for debugging.
-        {
-          'destination': '<(PRODUCT_DIR)/lib.target',
-          'files': [
-            '<(android_base)/toolchains/<(android_toolchain)/gdbserver',
-          ],
-        },
         # Copy all shared libraries into the Android app's libs folder.  Note
         # that this copy requires us to build SkiaAndroidApp after those
         # libraries, so that they exist by the time it occurs.  If there are no
@@ -40,7 +32,6 @@
           'destination': '<(PRODUCT_DIR)/android/libs/<(android_arch)',
           'files': [
             '<(PRODUCT_DIR)/lib.target/libSampleApp.so',
-            '<(PRODUCT_DIR)/lib.target/gdbserver',
             '<(PRODUCT_DIR)/lib.target/libskia_android.so',
           ],
         },