I am looking at updating V8 in chromium inside android to get  some 
benefits for low memory devices.

I don't have the make files generated via GYP build system.

Tried fetching V8 3.22.22 standalone and tried building for android.

End up getting ,
../src/../include/v8stdint.h:34:19 : fatal error stdio.h not found.

AFter setting ANDROID_NDK_ROOT and executing make android_arm.


I am trying to fetch the source and build inside the chromium using the 
chromium android .mk files.

End up getting lots of undefined errors for mksnapshot.cc though these 
functions are defined.


Errors below:

mksnapshot.cc:336: undefined reference to `v8::TryCatch::TryCatch()'
~/external/chromium_org/v8/src/mksnapshot.cc:337: undefined reference to 
`v8::Script::Compile(v8::Handle<v8::String>, v8::ScriptOrigin*, 
v8::ScriptData*, v8::Handle<v8::String>)'
~/external/chromium_org/v8/src/mksnapshot.cc:338: undefined reference to 
`v8::TryCatch::HasCaught() const'
~/external/chromium_org/v8/src/mksnapshot.cc:343: undefined reference to 
`v8::Script::Run()'
~/external/chromium_org/v8/src/mksnapshot.cc:344: undefined reference to 
`v8::TryCatch::HasCaught() const'
~/external/chromium_org/v8/src/mksnapshot.cc:348: undefined reference to 
`v8::TryCatch::~TryCatch()'
~/external/chromium_org/v8/src/mksnapshot.cc:348: undefined reference to 
`v8::HandleScope::~HandleScope()'

Is there a way to update v8 inside chromium for android ?

-- 
-- 
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/d/optout.

Reply via email to