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

Commit 9b0f94aa authored by Colin Cross's avatar Colin Cross
Browse files

Make the connection between implementation and llndk_library explicit

Instead of assuming a module with the .llndk suffix exists, add an
llndk_stubs property to every cc_library module that has a
corresponding llndk_library.  Also rename the llndk_library to have
an explicit .llndk suffix.

Bug: 170784825
Test: no changes to build.ninja (excluding comments) or Android-${TARGET_PRODUCT}.mk
Change-Id: I362bf9ce1e7df8cea65410ac35c02f347b235d25
parent 632056e5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ cc_library_headers {

cc_library_shared {
    name: "libmediandk",
    llndk_stubs: "libmediandk.llndk",

    srcs: [
        "NdkJavaVMHelper.cpp",
@@ -134,7 +135,7 @@ cc_library_shared {
}

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