Add some comments and refine the error message from android-build.sh.
For the "-n" issue: "-n" is unnecessary; here is the codes from
gyp/pylib/gyp/input.py:697: replacement = p_stdout.rstrip(). If you really
want
to use it, you might need to follow gyp document at
http://code.google.com/p/gyp/wiki/InputFormatReference#Command_Expansions_(<!,_<!@):
'files': '<!(["ls", "-1", "Filename With Spaces"])',
Now the V8 for Android building is completely done as V8 building on Windows
does not require Makefile. As there is no windows OS definition in
tools/gyp/v8.gyp for mksnapshot, I suspect there might be some extra work to
build V8 for Android on Windows. I leave Windows build to the other
interested
developers :)
*.check does not work as md5sum does not exist on Mac. Manually cp
d8/cctest/preprocess to devices and comment sync rules works. So there is no
problem on building. I will submit another CL today to fix the problem of
android-sync.sh as there is md5 program on Mac.
http://codereview.chromium.org/10795045/
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev