android_build/target/board/generic_mips
Brian Carlstrom 4d662a63a4 Bump generic_mips BOARD_SYSTEMIMAGE_PARTITION_SIZE for PRODUCT_RUNTIME := libart_runtime_default
(cherry picked from commit c8501bffcb)

Change-Id: I12ce7c4e383e74e54d77b54a0406d2499699edbf
2014-01-28 23:43:40 -08:00
..
Android.mk MIPS generic target support 2012-05-08 11:53:47 -07:00
BoardConfig.mk Bump generic_mips BOARD_SYSTEMIMAGE_PARTITION_SIZE for PRODUCT_RUNTIME := libart_runtime_default 2014-01-28 23:43:40 -08:00
device.mk Vibra: emulator: compile and stage vibrator.goldfish 2013-12-30 15:45:12 +01: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.