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

Commit 41b24b67 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Dependency cleanup for snapshot .bp" am: 68acec77 am: 8c2a9e8d

Change-Id: I20013f6edb3295a1c1a96203be80a38a8f86ded2
parents b53aff63 8c2a9e8d
Loading
Loading
Loading
Loading
+11 −13
Original line number Diff line number Diff line
@@ -24,14 +24,13 @@ cc_defaults {
    ],
    shared_libs: [
        "libbase",
        "libcutils",
        "liblog",
        "liblp",
    ],
    static_libs: [
        "libcutils",
        "libdm",
        "libfstab",
        "liblp",
        "update_metadata-protos",
    ],
    whole_static_libs: [
@@ -146,8 +145,8 @@ cc_library_static {
    ],
    static_libs: [
        "libfs_mgr",
        "libgtest",
        "libgmock",
        "libgtest",
    ],
}

@@ -155,29 +154,28 @@ cc_test {
    name: "libsnapshot_test",
    defaults: ["libsnapshot_defaults"],
    srcs: [
        "snapshot_test.cpp",
        "partition_cow_creator_test.cpp",
        "snapshot_metadata_updater_test.cpp",
        "test_helpers.cpp",
        "snapshot_test.cpp",
    ],
    shared_libs: [
        "android.hardware.boot@1.0",
        "android.hardware.boot@1.1",
        "libbinder",
        "libcrypto",
        "libfs_mgr",
        "libgsi",
        "libhidlbase",
        "liblp",
        "libprotobuf-cpp-lite",
        "libsparse",
        "libutils",
        "libz",
    ],
    static_libs: [
        "android.hardware.boot@1.0",
        "android.hardware.boot@1.1",
        "libfs_mgr",
        "libgmock",
        "libgsi",
        "liblp",
        "libsnapshot",
        "libsnapshot_test_helpers",
        "libsparse",
        "libz",
    ],
    header_libs: [
        "libstorage_literals_headers",
@@ -192,7 +190,6 @@ cc_binary {
    ],
    static_libs: [
        "libdm",
        "libext2_uuid",
        "libfstab",
        "libsnapshot",
    ],
@@ -202,6 +199,7 @@ cc_binary {
        "libbase",
        "libbinder",
        "libbinderthreadstate",
        "libext2_uuid",
        "libext4_utils",
        "libfs_mgr_binder",
        "libhidlbase",