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

Commit cc942f05 authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "fastboot: `fastbootd` uses `libadbd.so`." am: 075c351a am: 47c07649

am: 12d1f835

Change-Id: I4f7bf011a22d0eaca38332e0a5d0484eb699167c
parents d4965728 12d1f835
Loading
Loading
Loading
Loading
+9 −12
Original line number Diff line number Diff line
@@ -101,23 +101,20 @@ cc_binary {
    ],

    shared_libs: [
        "libasyncio",
        "libext4_utils",
        "libsparse",
        "liblog",
        "android.hardware.boot@1.0",
        "libadbd",
        "libasyncio",
        "libbase",
        "libbootloader_message",
        "libhidltransport",
        "libcutils",
        "libext4_utils",
        "libfs_mgr",
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "libbase",
        "liblog",
        "libsparse",
        "libutils",
        "libcutils",
        "libfs_mgr",
    ],

    static_libs: [
        "libadbd",
    ],

    cpp_std: "c++17",