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

Commit 68acec77 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Dependency cleanup for snapshot .bp"

parents 77840a18 5dd50b2b
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",