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

Commit d5887289 authored by Yifan Hong's avatar Yifan Hong
Browse files

libcgrouprc: version script: linux only

mac builds doesn't support version script.
This fixes the build.

Test: pass

Fixes: 129905103

Change-Id: Ia3d06e4eff05b41982b3dfbb946efa41358b2c76
parent 20b0bd9c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -45,7 +45,11 @@ cc_library {
        symbol_file: "libcgrouprc.map.txt",
        versions: ["29"],
    },
    target: {
        linux: {
            version_script: "libcgrouprc.map.txt",
        },
    },
}

llndk_library {