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

Commit 30dbf609 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." into rvc-dev am: 1e8f30f9

Change-Id: I72bf111417defab141970cb158024da0425dae8e
parents 3fa82b49 1e8f30f9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -159,23 +159,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",