Merge "liblp: Rename the metadata partition name to "super"."

This commit is contained in:
Treehugger Robot 2018-07-13 02:07:35 +00:00 committed by Gerrit Code Review
commit a73ea65c5a

View file

@ -67,7 +67,7 @@ extern "C" {
* | Geometry Backup |
* +--------------------+
*/
#define LP_METADATA_PARTITION_NAME "android"
#define LP_METADATA_PARTITION_NAME "super"
/* Size of a sector is always 512 bytes for compatibility with the Linux kernel. */
#define LP_SECTOR_SIZE 512