Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5217c1cf authored by Yifan Hong's avatar Yifan Hong
Browse files

Rename libfiemap libraries.

Update Android.bp for libfiemap library renames.

Test: builds

Change-Id: I318c5f64452726579cebb41792b95f6b9e47fbb8
parent fadce1ee
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -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 {