Merge "fs_mgr: Separate the required modules of core and recovery variants"
This commit is contained in:
commit
0e13b0ebb4
1 changed files with 13 additions and 4 deletions
|
|
@ -127,10 +127,19 @@ cc_defaults {
|
|||
export_header_lib_headers: [
|
||||
"libfiemap_headers",
|
||||
],
|
||||
required: [
|
||||
"e2freefrag",
|
||||
"e2fsdroid",
|
||||
],
|
||||
target: {
|
||||
platform: {
|
||||
required: [
|
||||
"e2freefrag",
|
||||
"e2fsdroid",
|
||||
],
|
||||
},
|
||||
recovery: {
|
||||
required: [
|
||||
"e2fsdroid.recovery",
|
||||
],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
// Two variants of libfs_mgr are provided: libfs_mgr and libfs_mgr_binder.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue