summaryrefslogtreecommitdiffstats
path: root/include/hardware/hwcomposer.h
diff options
context:
space:
mode:
authorRom Lemarchand <romlem@google.com>2013-11-21 10:24:52 -0800
committerRom Lemarchand <romlem@google.com>2013-11-21 15:52:05 -0800
commit4c2aa4c223963d4f5cbb3605974fbc11ca2a7a6e (patch)
treea6a1480446b90a271520f703055d0664c41b58fb /include/hardware/hwcomposer.h
parent22bf9724a177548cc439231bfde4a2fda636f4e2 (diff)
downloadhardware_libhardware-4c2aa4c223963d4f5cbb3605974fbc11ca2a7a6e.zip
hardware_libhardware-4c2aa4c223963d4f5cbb3605974fbc11ca2a7a6e.tar.gz
hardware_libhardware-4c2aa4c223963d4f5cbb3605974fbc11ca2a7a6e.tar.bz2
HAL test: statically test the size of HAL structs
Ensure none of the HAL structs change size over time. Issues might arise when making changes without taking the different pointer sizes for specific architectures into account. Change-Id: I63f00004a23f09b2f46df01e7c69296766a5d03f
Diffstat (limited to 'include/hardware/hwcomposer.h')
-rw-r--r--include/hardware/hwcomposer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/hwcomposer.h b/include/hardware/hwcomposer.h
index 86479d3..82e7671 100644
--- a/include/hardware/hwcomposer.h
+++ b/include/hardware/hwcomposer.h
@@ -262,7 +262,7 @@ typedef struct hwc_layer_1 {
};
/* Allow for expansion w/o breaking binary compatibility.
- * Pad layer to 96 bytes, assuming 32-bit pointers.
+ * Pad layer to 96 bytes.
*/
int32_t reserved[24 - 19];