Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6647bf72 authored by Ajay Dudani's avatar Ajay Dudani Committed by The Android Automerger
Browse files

init: Increase maximum number of Android properties to 372



Bug: 9941046 -- encryption failed
Change-Id: Ib9c2921a2b574542cce98d2eadbd9204a1ad0bf0
Signed-off-by: default avatarIliyan Malchev <malchev@google.com>
parent d6f4c27a
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -151,12 +151,12 @@ out:
    return -1;
}

/* (8 header words + 247 toc words) = 1020 bytes */
/* 1024 bytes header and toc + 247 prop_infos @ 128 bytes = 32640 bytes */
/* (8 header words + 372 toc words) = 1520 bytes */
/* 1536 bytes header and toc + 372 prop_infos @ 128 bytes = 49152 bytes */

#define PA_COUNT_MAX  247
#define PA_INFO_START 1024
#define PA_SIZE       32768
#define PA_COUNT_MAX  372
#define PA_INFO_START 1536
#define PA_SIZE       49152

static workspace pa_workspace;
static prop_info *pa_info_array;