android_build/target/board/generic
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
..
AndroidBoard.mk
BoardConfig.mk Bump the remaining 32-bit arm configs to require neon 2019-01-23 22:27:33 -08:00
README.txt
device.mk Add emulator audio policy config in /vendor not /system 2018-08-01 04:22:50 +00:00
system.prop

README.txt

The "generic" product defines a non-hardware-specific target
without a kernel or bootloader.

It can be used to build the entire user-level system, and
will work with the emulator, though sound will not work
(see the "emulator" product for that).

It is not a product "base class"; no other products inherit
from it or use it in any way.