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

Unified Diff: testing/android/generate_native_test.py

Issue 10689102: Copying gdbserver to the apk to enable native debugging for native_test_apk (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Refine the patch Created 8 years, 5 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 | testing/android/native_test_apk.xml » ('j') | testing/android/native_test_apk.xml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/generate_native_test.py
diff --git a/testing/android/generate_native_test.py b/testing/android/generate_native_test.py
index 6a6173d67f3908d2df4f0fa675ec35bc08181202..79f21d0fd8e1ec679d54c5b2ba97af0b3e72cee9 100755
--- a/testing/android/generate_native_test.py
+++ b/testing/android/generate_native_test.py
@@ -145,6 +145,7 @@ class NativeTestApkGenerator(object):
cmd = ['ant']
if ant_args:
cmd.append(ant_args)
+ cmd.append("-DAPP_ABI=" + self._target_abi)
cmd.extend(['-buildfile',
os.path.join(self._output_directory, 'native_test_apk.xml')])
logging.warn(cmd)
« no previous file with comments | « no previous file | testing/android/native_test_apk.xml » ('j') | testing/android/native_test_apk.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698