Remove CRYPT_FOOTER_OFFSET
This is no longer used. Bug: 191796797 Change-Id: If1e9e3ad255714c37a8c1f292823f181eab7a1ce
This commit is contained in:
parent
7c111e4529
commit
230d664e08
1 changed files with 0 additions and 4 deletions
|
@ -22,10 +22,6 @@
|
|||
#include "KeyBuffer.h"
|
||||
#include "KeyUtil.h"
|
||||
|
||||
// TODO(b/191796797): remove this once it is no longer referenced by system/core
|
||||
// and bootable/recovery.
|
||||
#define CRYPT_FOOTER_OFFSET 0x4000
|
||||
|
||||
int cryptfs_setup_ext_volume(const char* label, const char* real_blkdev,
|
||||
const android::vold::KeyBuffer& key, std::string* out_crypto_blkdev);
|
||||
const android::vold::KeyGeneration cryptfs_get_keygen();
|
||||
|
|
Loading…
Reference in a new issue