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

Commit a88ef50f authored by Jiyong Park's avatar Jiyong Park
Browse files

Mark libmediandk as LLNDK.

libmediandk is depended by libRS_internal, which is a vndk-sp library.
Since vndk-sp libraries can only depend on other vndk-sp or llndk
library, libmediandk is marked as llndk. Among vndk-sp and llndk, llndk
was chosen because the ABI of libmediandk is stable (as it is NDK).

Bug: 64425518
Test: BOARD_VNDK_VERSION=current m -j libRS_internal.vendor
Change-Id: I95608e6ef7efac6452c29f85421b5cf8f47e4b0c
parent 97ab472f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -90,3 +90,9 @@ cc_library_shared {
        },
    },
}

llndk_library {
    name: "libmediandk",
    symbol_file: "libmediandk.map.txt",
    export_include_dirs: ["include"],
}