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

Commit bf42620c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Moves some shared_libs to static_libs for vts_libsnapshot_test." am:...

Merge "Moves some shared_libs to static_libs for vts_libsnapshot_test." am: 31241758 am: 8e0a24e9

Change-Id: If5ff5a74c9551e2517a9f94b119358d3c30e37c2
parents 03a577eb 8e0a24e9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -161,23 +161,23 @@ cc_defaults {
        "snapshot_test.cpp",
    ],
    shared_libs: [
        "android.hardware.boot@1.0",
        "android.hardware.boot@1.1",
        "libbinder",
        "libcrypto",
        "libhidlbase",
        "libprotobuf-cpp-lite",
        "libsparse",
        "libutils",
        "libz",
    ],
    static_libs: [
        "android.hardware.boot@1.0",
        "android.hardware.boot@1.1",
        "libfs_mgr",
        "libgsi",
        "libgmock",
        "liblp",
        "libsnapshot",
        "libsnapshot_test_helpers",
        "libsparse",
    ],
    header_libs: [
        "libstorage_literals_headers",