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

Commit d24b054f authored by Jayant Chowdhary's avatar Jayant Chowdhary
Browse files

Reland: "recovery_test_component: Add libbinderthreadstate as static

         dependency."

This reverts commit 26b86bb1.

Reason for revert: Dependencies which broke tests due to exclusion from 
                   LOCAL_JNI_SHARED_LIBS have been added.

Change-Id: I364acfe8bd0526fb26f69cc29fb3545fc3e79764
parent 26b86bb1
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",
]