Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: platform_tools/android/gyp/skia_android.gypi

Issue 25336002: Remove uneeded copy of gdbserver from apk (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/gyp/skia_android.gypi
diff --git a/platform_tools/android/gyp/skia_android.gypi b/platform_tools/android/gyp/skia_android.gypi
index 68a58da916c8035dba71403c150e9443f9f4226b..4e6658d668f1c45d51b57a143872acea7db81ea0 100644
--- a/platform_tools/android/gyp/skia_android.gypi
+++ b/platform_tools/android/gyp/skia_android.gypi
@@ -23,14 +23,6 @@
],
},
'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',
],
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698