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

Commit a5bd2ad8 authored by Wonsik Kim's avatar Wonsik Kim
Browse files

linker.config.json: add libcom.android.media.swcodec.apexcodecs.so

This is necessary for the framework to access ApexCodecs native `# apex` APIs.

Bug: 406498106
Test: manual
Change-Id: Ia00d10aaf4c1e207f9fd8e441ba4a0334b8c1ef1
parent 709d9844
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -23,7 +23,9 @@
    // adbd
    "libadb_pairing_auth.so",
    "libadb_pairing_connection.so",
    "libadb_pairing_server.so"
    "libadb_pairing_server.so",
    // media.swcodec
    "libcom.android.media.swcodec.apexcodecs.so"

    // LLNDK libraries in APEXes will be added automatically from the build,
    // using build variable LLNDK_MOVED_TO_APEX_LIBRARIES.