Revision: 15371
Author:   [email protected]
Date:     Fri Jun 28 00:31:23 2013
Log:      Fix Android V8 path for testing on devices.

This allows to run tests in production Android builds.

[email protected]

Review URL: https://chromiumcodereview.appspot.com/18087002
http://code.google.com/p/v8/source/detail?r=15371

Modified:
 /branches/bleeding_edge/Makefile
 /branches/bleeding_edge/tools/android-run.py

=======================================
--- /branches/bleeding_edge/Makefile    Wed Apr 17 01:27:40 2013
+++ /branches/bleeding_edge/Makefile    Fri Jun 28 00:31:23 2013
@@ -35,7 +35,7 @@
 TESTFLAGS ?=
 ANDROID_NDK_ROOT ?=
 ANDROID_TOOLCHAIN ?=
-ANDROID_V8 ?= /data/local/v8
+ANDROID_V8 ?= /data/local/tmp/v8
 NACL_SDK_ROOT ?=

 # Special build flags. Use them like this: "make library=shared"
=======================================
--- /branches/bleeding_edge/tools/android-run.py        Thu Jul 19 03:44:15 2012
+++ /branches/bleeding_edge/tools/android-run.py        Fri Jun 28 00:31:23 2013
@@ -88,7 +88,7 @@
     print("Usage: %s <command-to-run-on-device>" % sys.argv[0])
     return 1
   workspace = abspath(join(dirname(sys.argv[0]), '..'))
-  android_workspace = os.getenv("ANDROID_V8", "/data/local/v8")
+  android_workspace = os.getenv("ANDROID_V8", "/data/local/tmp/v8")
   args = [Escape(arg) for arg in sys.argv[1:]]
   script = (" ".join(args) + "\n"
             "case $? in\n"

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to