platform_build/target/board/generic
Ji-Hwan Lee 93e450767f Allow qemu_device read-write access to various processes
Basically, allow access of qemu_device where gpu_device is allowed, for the
case when the emulator runs with OpenGL/ES emulation.  Most noticably,
surfaceflinger crashes without qemu_device access.

Bug: 15052949
Change-Id: Ib891365a6d503309bced64e2512c4d8f29d9a07e
2014-05-19 20:49:17 +09:00
..
sepolicy Allow qemu_device read-write access to various processes 2014-05-19 20:49:17 +09:00
AndroidBoard.mk Delete the tuttle keymaps. 2010-11-23 16:48:26 -08:00
BoardConfig.mk Allow qemu_device read-write access to various processes 2014-05-19 20:49:17 +09:00
README.txt auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
device.mk Vibra: emulator: compile and stage vibrator.goldfish 2013-12-30 15:45:12 +01:00
system.prop auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00

README.txt

The "generic" product defines a 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.