Merge "Fix backwards compatible system property structure"

This commit is contained in:
Greg Hackmann
2013-12-20 21:54:38 +00:00
committed by Gerrit Code Review

View File

@@ -48,6 +48,7 @@ struct prop_area_compat {
unsigned volatile serial;
unsigned magic;
unsigned version;
unsigned reserved[4];
unsigned toc[1];
};