No description
Find a file
Andrew Hsieh 112a674798 Add -mno-movbe to disable "movbe" instruction from code-gen
Intruction "movbe" (move data after swapping bytes) is only available in
Intel atom.  Disable it for more general x86 devices and x86 hosts which
run emulator-x86.  Although emulator-x86 can support "movbe", most of
the time we want to run emulator-x86 with VT support for speed (with KVM
in Linux, or HAXM in Windows/MacOSX).  The presence of "movbe" can crash
emulator-x86 in VT because non-atom host doesn't have it natively.

Change-Id: I86e037900ddcb8d544f92b8d8464c8627347e560
2012-05-18 15:53:35 +08:00
core Add -mno-movbe to disable "movbe" instruction from code-gen 2012-05-18 15:53:35 +08:00
libs/host Use %zd instead of %d for variables of type ssize_t 2012-02-27 16:06:00 -08:00
target am 4007faf4: Remove dependency of libvideoeditor_jni.so on static libs from video editor engine 2012-05-16 01:22:31 -07:00
tools add copy of public cert used for signing to OTA packages 2012-05-11 09:22:29 -07:00
.gitignore add a .gitignore file to make git ignore *.pyc files 2010-01-22 10:23:45 -08:00
buildspec.mk.default Remove the simulator target from all makefiles. 2011-07-11 23:51:37 -07:00
CleanSpec.mk JellyBean is now 4.1. 2012-05-10 18:57:22 -07:00
envsetup.sh resolved conflicts for merge of 62855a83 to jb-dev-plus-aosp 2012-05-16 13:18:39 -07:00