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

Unified Diff: build/apk_test.gypi

Issue 10823435: Fix the gdb path for NDK-r8b. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add variable for all ant action. Created 8 years, 4 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
Index: build/apk_test.gypi
diff --git a/build/apk_test.gypi b/build/apk_test.gypi
index 942e286a51f58e183a073a0569297c74cb29d32c..ed2d5a8f71b21bcc0faaf11a6a7b0441de68d006 100644
--- a/build/apk_test.gypi
+++ b/build/apk_test.gypi
@@ -63,6 +63,8 @@
'--ant-args',
'-DANDROID_TOOLCHAIN=<(android_toolchain)',
'--ant-args',
+ '-DANDROID_TARGET_ARCH=<(ndk_target_arch)',
+ '--ant-args',
'-DCHROMIUM_SRC=<(ant_build_out)/../..',
],
}],

Powered by Google App Engine
This is Rietveld 408576698