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

Commit 14aeab6f authored by Jayant Chowdhary's avatar Jayant Chowdhary
Browse files

Add libbinderthreadstate to LOCAL_JNI_SHARED_LIBS for some tests



libbinder and libhwbinder now also depend on libbinderthreadstate. Add
this dependency to LOCAL_JNI_SHARED_LIBS since these libraries need to
be packaged together.

Bug: 110364143

Test: atest FrameworksNetTests
Test: atest FrameworksServiceTests (no new failures)
Test: atest FrameworksUiServiceTests

Change-Id: Ibc63f041b8ee23cc4d0e9d82a508a128104e6025
Signed-off-by: default avatarJayant Chowdhary <jchowdhary@google.com>
parent c8482b39
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ LOCAL_JNI_SHARED_LIBRARIES := \
    libbacktrace \
    libbase \
    libbinder \
    libbinderthreadstate \
    libc++ \
    libcutils \
    liblog \
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ LOCAL_JNI_SHARED_LIBRARIES := \
    libbacktrace \
    libbase \
    libbinder \
    libbinderthreadstate \
    libc++ \
    libcutils \
    liblog \
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ LOCAL_JNI_SHARED_LIBRARIES := \
    libbacktrace \
    libbase \
    libbinder \
    libbinderthreadstate \
    libc++ \
    libcrypto \
    libcutils \