Go to file
Christopher Tate 9855a0575e Calculate bitmask array sizes correctly in the EventHub
We've gotten lucky to date:  the previous calculation of bitmask array
sizes, (maxval+1)/8 only works properly when 'maxval' is one less than
a multiple of 8.  Fortunately, this has either been the case for us,
or there has been sufficient 'unused' space at the end of the defined
max value range that we haven't wound up overreading/overwriting the
allocated buffers.

Change-Id: I563a93a86644ab9f19489565e06c28e06bb53abc
2010-03-04 16:32:32 -08:00
awt Fix the broken compile of a currently-not-being-compiled AWT class. 2010-01-28 12:31:01 -08:00
camera Fix the rgb to yuv422sp conversion. The order of uv is different from the 2010-02-18 14:02:56 -08:00
cmds Fix simulator build. 2010-02-11 14:41:20 -08:00
common Fix Proguard flags. 2010-03-02 09:36:33 -08:00
include Fix issue #2448075: aapt doesn't fix up activity-alias android:targetActivity links 2010-03-01 20:42:14 -08:00
libs Calculate bitmask array sizes correctly in the EventHub 2010-03-04 16:32:32 -08:00
mms-common define the "seen" column for sms and pdu tables. 2010-03-01 10:26:31 -08:00
opengl get rid off the YUV formats at the libui layer 2010-02-16 17:33:37 -08:00
vpn Phase 2 of test cleanup: moving test files from AndroidTests closer to their sources. 2010-01-29 13:35:51 -08:00
cleanspec.mk
MODULE_LICENSE_APACHE2
NOTICE