Status: New
Owner: ----
New issue 2685 by [email protected]: Building with Android OS build
environment is broken
http://code.google.com/p/v8/issues/detail?id=2685
It looks like building with Android OS (AOSP) build environment was
supported in V8 at some point, but the code doesn't work any more.
This is caused by at least two problems in the build config:
$ANDROID_TOOLCHAIN is set to something like
$TOP/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin in Android
OS build environment. Makefile.android in V8 does grab this
ANDROID_TOOLCHAIN variable from the build environment, but adds the /bin
subdirectory to the end of it a second time, which is incorrect.
In V8 build/android.gypi , on condition 'android_ndk_root==""', the
include/lib paths are set to paths that are not found in AOSP.
Building with NDK works, but if one alternates between developing Android
and V8, switching between build environments is an extra hassle. If the
intention is to no longer support building with the Android OS build
environment, that is understandable but the build config should be cleaned
up.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
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.