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

Unified Diff: build/java_apk.gypi

Issue 199583008: Enable Arm64 target arch in gyp build config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix skia.gyp too. Created 6 years, 9 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 | « build/common.gypi ('k') | components/nacl/nacl_defines.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index cd8eeb4a9972acc25f6bbde805b031bd8b5ae853..4d39f1a77b4d2d9b6d6c58d2923c1de409e48850 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -189,7 +189,7 @@
'<(SHARED_LIB_DIR)/<(native_lib_target).>(android_product_extension)'
],
'package_input_paths': [
- '<(apk_package_native_libs_dir)/<(android_app_abi)/gdbserver',
+ '<(apk_package_native_libs_dir)/<(android_app_abi)/<(android_gdbserver_executable)',
],
},
'copies': [
« no previous file with comments | « build/common.gypi ('k') | components/nacl/nacl_defines.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698