The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 1 | The "emulator" product defines an almost non-hardware-specific target |
2 | without a kernel or bootloader, except that it defines the | ||||
3 | HAVE_HTC_AUDIO_DRIVER constant, since that is what the emulator | ||||
4 | emulates currently. | ||||
5 | |||||
6 | It can be used to build the entire user-level system, and | ||||
7 | will work with the emulator. | ||||
8 | |||||
9 | It is not a product "base class"; no other products inherit | ||||
10 | from it or use it in any way. |