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

Commit 5c293717 authored by Dongwon Kang's avatar Dongwon Kang
Browse files

resolve merge conflicts of 957bb244 to master

Bug: None
Test: build
Change-Id: Ia700bb89afc8d281f2ddea1342b47caa9cd7a8c0
parents cf80f34c 957bb244
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@ cc_library_shared {
    ],

    cflags: [
        "-fvisibility=hidden",
        "-DEXPORT=__attribute__((visibility(\"default\")))",
        "-Werror",
        "-Wall",
@@ -105,6 +104,10 @@ cc_library_shared {
        },
    },
    version_script: "libmediandk.map.txt",
    stubs: {
        symbol_file: "libmediandk.map.txt",
        versions: ["29"],
    },
}

llndk_library {