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

Commit a536b428 authored by Dan Willemsen's avatar Dan Willemsen
Browse files

The darwin linker does not support version scripts

Fixes: 148774297
Test: m nothing   on a mac
Change-Id: I4000b2076fe2dde3776b112b506ee3266a529fc6
parent 0460f65f
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"],