Fix sanitizer in SurfaceFlinger BufferLayer.

The value -1U causes an runtime error on integer sanitized builds. This
changes the value to UINT32_MAX.

Bug: 30969751
Test: Compiles and device boots without runtime error.
Change-Id: I0597386d9b485f0a0343e36b8afd3989bc77aadb
1 file changed