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