platform_build/target/board/generic_mips
Nick Kralevich a682f6db7b am 4e132ca5: Merge "emulator: increase system partition to 550M"
* commit '4e132ca5e5c5048d7a95563eddd9f5ef11346678':
  emulator: increase system partition to 550M
2013-07-12 20:44:41 -07:00
..
Android.mk MIPS generic target support 2012-05-08 11:53:47 -07:00
BoardConfig.mk emulator: increase system partition to 550M 2013-07-12 20:28:59 -07:00
device.mk DO NOT MERGE. Fix build by removing old file. 2013-04-11 17:09:56 -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.