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

Commit a192e0e3 authored by Steven Moreland's avatar Steven Moreland
Browse files

libmedia2_jni: use libbinder as shared library

In order to prevent prebuilts from freezing the libbinder
internal API (the wire protocol), it is being made a
shared-only library.

Bug: 111454508
Test: m only
Change-Id: If7f8bd931dae5310eda6c230f20179418c2efa43
parent 4237b16c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,6 +100,7 @@ cc_library_shared {
        "android.hardware.cas.native@1.0",  // CasManager. VNDK???
        "libandroid_runtime",  // ???
        "libaudioclient",  // for use of AudioTrack, AudioSystem. to be removed
        "libbinder",
        "libdrmframework",  // for FileSource, MediaHTTP
        "libgui",  // for VideoFrameScheduler
        "libhidlallocatorutils",
@@ -122,7 +123,6 @@ cc_library_shared {
    static_libs: [
        "libbacktrace",
        "libbase",
        "libbinder",
        "libc_malloc_debug_backtrace",
        "libcrypto",
        "libcutils",