replicant-frameworks_native/libs
Andy McFadden 2944a2b360 Work around gcc 4.0.3 bug.
This appears to fix the sim-eng build on the gDapper build machines.

Basic problem is that LayerBuffer::OverlaySource has a constructor that
calls SurfaceFlinger.signalEvent().  SurfaceFlinger lists LayerBuffer
as a friend, but that's not enough to convince gcc that the embedded
OverlaySource class is also a friend.  I don't see a way to make them
friendly, so I marked signalEvent() as public.
2009-09-21 14:33:20 -07:00
..
audioflinger
binder
surfaceflinger Work around gcc 4.0.3 bug. 2009-09-21 14:33:20 -07:00
ui Android side of the fix for [2121211] Sholes has stutter during animations 2009-09-17 16:18:16 -07:00
utils Fix issue #1862317: Browser does not appear to honor anchors (#es) in links 2009-09-20 12:40:03 -07:00