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

Commit a911933a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "The darwin linker does not support version scripts"

parents 823beae1 a536b428
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -160,7 +160,11 @@ cc_library {
    // libadbconnection_client doesn't need an embedded build number.
    use_version_lib: false,

    target: {
        linux: {
            version_script: "adbconnection/libadbconnection_client.map.txt",
        },
    },
    stubs: {
        symbol_file: "adbconnection/libadbconnection_client.map.txt",
        versions: ["1"],