No description
Find a file
Tucker Sylvestro 28a872eb79 Treat all tags as unsigned when comparing them
All tags are presumed to be unsigned, but some of them have signed
representations that are negative.  This caused problems in
AuthorizationSet.Deduplicate, where TAG_APPLICATION_DATA (signed rep
of -1879047492) was being sorted before TAG_INVALID (0), which was
presumed to always be first in the list.

BUG: 30701680
Change-Id: I67047cee21fd7617248022a4674779fe80d5ddfd
2016-10-05 14:39:39 -04:00
include/hardware Treat all tags as unsigned when comparing them 2016-10-05 14:39:39 -04:00
modules Sensors: MultiHal: ignore errors from poll calls 2016-08-05 21:04:24 -07:00
tests Moved init and release. 2016-03-23 13:43:18 -07:00
Android.mk Add liblog 2013-04-09 21:57:28 -07:00
CleanSpec.mk Add an empty CleanSpec.mk 2010-03-08 18:04:52 -08:00
hardware.c Add /odm/lib/hw to HAL search path 2015-11-12 11:24:23 +08:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:32:14 -08:00
NOTICE auto import from //depot/cupcake/@135843 2009-03-03 19:32:14 -08:00