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

Commit 20eb921f authored by Jayant Chowdhary's avatar Jayant Chowdhary Committed by android-build-merger
Browse files

Merge "recovery_test_component: Add libbinderthreadstate as static dependency."

am: 2dcbebf8

Change-Id: Ifeff0896746981726a49117f1ad59a55dc064dc9
parents 881f4225 2dcbebf8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ cc_defaults {
            static_libs: [
                "libutils",
            ],
        }
        },
    },
}

@@ -93,6 +93,7 @@ librecovery_static_libs = [
    "libhidlbase",
    "libhidltransport",
    "libhwbinder",
    "libbinderthreadstate",
    "libvndksupport",
    "libtinyxml2",
]