Mark libvold_headers as recovery_available.
recovery modules use <cryptfs.h> (in particular CRYPT_FOOTER_OFFSET). Test: mmma bootable/recovery Change-Id: I97b038476ccbeb0a5ac4a6cde86063325bdbb152
This commit is contained in:
parent
c0b0795dd6
commit
b1bbc7079c
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ cc_library_static {
|
|||
|
||||
cc_library_headers {
|
||||
name: "libvold_headers",
|
||||
recovery_available: true,
|
||||
export_include_dirs: ["."],
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue