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

Unified Diff: build/android/gdb_apk

Issue 10836323: Change Android build configurations (step 2). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed unnecessary changes 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
« no previous file with comments | « build/android/device_stats_monitor.py ('k') | build/android/gdb_content_shell » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gdb_apk
diff --git a/build/android/gdb_apk b/build/android/gdb_apk
index 63f084d3192e8bbd54fccc23bb79e74a72ec92f7..44c45726933c564091de85ac752c30af0e8cef86 100755
--- a/build/android/gdb_apk
+++ b/build/android/gdb_apk
@@ -97,12 +97,13 @@ rooted_phone=0
root=$(dirname $0)/../..
package_name=org.chromium.content_shell
-shared_lib_dir=$root/out/Release/lib.target
+shared_lib_dir=$root/out/${BUILDTYPE:-Release}/lib.target
gdb_args=''
#process options
process_options "$@"
echo "Debug package $package_name"
+echo "Assume native shared library is under $shared_lib_dir"
data_dir=/data/data/$package_name
gdb_server_on_device=$data_dir/lib/gdbserver
« no previous file with comments | « build/android/device_stats_monitor.py ('k') | build/android/gdb_content_shell » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698