b968c85edf
Change TARGET_ARCH_VARIANT from x86-atom to x86, for the reason that atom-specific instruciton like "movbe" isn't "generic" to x86 Android devices and x86 host running emulator-x86, which may crash non-atom host in VT because "movbe" isn't supported natively. Also revert previous fix in TARGET_linux-x86.mk which conservatively disable "movbe" across the board Change-Id: Ief93a3585566ffae558fcdc29741e6213a048d7d |
||
---|---|---|
.. | ||
BoardConfig.mk | ||
device.mk | ||
README.txt | ||
system.prop |
The "generic_x86" product defines a non-hardware-specific IA target without a kernel or bootloader. It can be used to build the entire user-level system, and will work with the IA version of the emulator, It is not a product "base class"; no other products inherit from it or use it in any way.