Minimal changes required to build d8 for Android
Review URL: http://codereview.chromium.org/8554007 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10041 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
ec04dcfa0c
commit
ceea4fe6ee
@ -65,7 +65,7 @@
|
||||
'sources': [ 'd8-readline.cc' ],
|
||||
}],
|
||||
[ '(OS=="linux" or OS=="mac" or OS=="freebsd" \
|
||||
or OS=="openbsd" or OS=="solaris")', {
|
||||
or OS=="openbsd" or OS=="solaris" or OS=="android")', {
|
||||
'sources': [ 'd8-posix.cc', ]
|
||||
}],
|
||||
[ 'OS=="win"', {
|
||||
|
@ -46,7 +46,7 @@
|
||||
|
||||
#undef MAP_TYPE
|
||||
|
||||
#if defined(ANDROID)
|
||||
#if defined(ANDROID) && !defined(V8_ANDROID_LOG_STDOUT)
|
||||
#define LOG_TAG "v8"
|
||||
#include <android/log.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user