platform_build/target/board/generic_mips
Konstantinos Menychtas 94a47cd03a Increasing sysimage partition size for all boards
This change fixes issue b/25613506

The predefined, fixed system image partition size is failing
to fit content for NYC release MIPS64 images. This change
increases the system image size for all boards to 1.5GB
(up from 1.25GB) to make sure that the system image sizes are
uniform across all virtual boards, and fit new content.

Change-Id: Id9808ad5318cd2390fc666ac35b0f9cd32870993
2015-11-22 17:17:23 -08:00
..
BoardConfig.mk Increasing sysimage partition size for all boards 2015-11-22 17:17:23 -08:00
device.mk am 807a28b9: am 00bd658e: Merge "Remove obsolete libffi" 2014-09-29 22:38:33 +00: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.