Rename libfiemap libraries.
Update Android.bp for libfiemap library renames. Test: builds Change-Id: I318c5f64452726579cebb41792b95f6b9e47fbb8
This commit is contained in:
parent
fadce1ee1f
commit
5217c1cf0e
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