platform_build/target/board/generic_x86_arm
Dan Willemsen 53d62fed72 Bump the remaining 32-bit arm configs to require neon
Stop using armv7-a without neon for 32-bit unbundled apps, and update
generic_x86_arm to match the cuttlefish configuration that includes
neon.

Test: treehugger
Change-Id: Ieb6a2106655803a8ca609907c12168e628ee1b85
2019-01-23 22:27:33 -08:00
..
BoardConfig.mk Bump the remaining 32-bit arm configs to require neon 2019-01-23 22:27:33 -08:00
device.mk fix generic_x86_arm 2018-10-17 21:57:15 +00:00
README.txt fix generic_x86_arm 2018-10-17 21:57:15 +00:00
system.prop fix generic_x86_arm 2018-10-17 21:57:15 +00:00

The "generic_x86_arm" 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.

Third party arm to x86 translator has to be installed as well