platform_build/target/board/generic_mips
Raghu Gandham f70dec9281 This patch addresses the following issues:
1. Fix a typo.
2. Include libffi in the MIPS list of Product Packages.
3. Default to JSC for MIPS until the MIPS support in v8 lands in aosp.
2012-06-05 15:33:37 -07:00
..
Android.mk MIPS generic target support 2012-05-08 11:53:47 -07:00
BoardConfig.mk This patch addresses the following issues: 2012-06-05 15:33:37 -07:00
device.mk This patch addresses the following issues: 2012-06-05 15:33:37 -07:00
README.txt MIPS generic target support 2012-05-08 11:53:47 -07:00
system.prop MIPS generic target support 2012-05-08 11:53:47 -07:00

The "generic_mips" product defines a MIPS based 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.