Merge "Rename libfiemap libraries."
This commit is contained in:
commit
536dd4292e
1 changed files with 10 additions and 2 deletions
|
|
@ -32,9 +32,14 @@ cc_defaults {
|
|||
whole_static_libs: [
|
||||
"libext2_uuid",
|
||||
"libext4_utils",
|
||||
"libfiemap",
|
||||
"libfstab",
|
||||
],
|
||||
header_libs: [
|
||||
"libfiemap_headers",
|
||||
],
|
||||
export_header_lib_headers: [
|
||||
"libfiemap_headers",
|
||||
],
|
||||
export_include_dirs: ["include"],
|
||||
}
|
||||
|
||||
|
|
@ -49,7 +54,7 @@ cc_library_static {
|
|||
name: "libsnapshot",
|
||||
defaults: ["libsnapshot_defaults"],
|
||||
srcs: [":libsnapshot_sources"],
|
||||
static_libs: [
|
||||
whole_static_libs: [
|
||||
"libfiemap_binder",
|
||||
],
|
||||
}
|
||||
|
|
@ -59,6 +64,9 @@ cc_library_static {
|
|||
defaults: ["libsnapshot_defaults"],
|
||||
srcs: [":libsnapshot_sources"],
|
||||
recovery_available: true,
|
||||
whole_static_libs: [
|
||||
"libfiemap_passthrough",
|
||||
],
|
||||
}
|
||||
|
||||
cc_test {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue