Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BoardConfig.mk | D | 22-Nov-2023 | 1.9 KiB | 64 | 26 | |
README.txt | D | 22-Nov-2023 | 354 | 10 | 7 | |
device.mk | D | 22-Nov-2023 | 1.6 KiB | 38 | 16 | |
system.prop | D | 22-Nov-2023 | 107 | 7 | 5 |
README.txt
1The "generic_mips" product defines a MIPS based non-hardware-specific 2target without a kernel or bootloader. 3 4It can be used to build the entire user-level system, and 5will work with the emulator, though sound will not work 6(see the "emulator" product for that). 7 8It is not a product "base class"; no other products inherit 9from it or use it in any way. 10