Merge "Set e2freefrag and e2fsdroid as required by libfs_mgr_defaults"
This commit is contained in:
commit
405d26dacb
1 changed files with 4 additions and 0 deletions
|
@ -96,6 +96,10 @@ cc_defaults {
|
|||
export_header_lib_headers: [
|
||||
"libfiemap_headers",
|
||||
],
|
||||
required: [
|
||||
"e2freefrag",
|
||||
"e2fsdroid",
|
||||
],
|
||||
}
|
||||
|
||||
// Two variants of libfs_mgr are provided: libfs_mgr and libfs_mgr_binder.
|
||||
|
|
Loading…
Reference in a new issue