platform_build/target/board/generic_mips
bohu 253dfc22a6 Merge "emulator: support system-as-root"
am: 44e363f1e3

Change-Id: Ib1ea4ec4f388a1d28f6db2789029aa06c169c3da
2017-11-30 20:12:53 +00:00
..
BoardConfig.mk emulator: support system-as-root 2017-11-29 22:08:28 -08:00
device.mk emulator: squash misc modifications from oc-emu-dev 2017-10-26 16:45:05 -07:00
README.txt MIPS generic target support 2012-05-08 11:53:47 -07:00
system.prop emulator: fix emulator booting 2017-07-05 23:12:29 -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.