libcgrouprc: version script: linux only

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

Test: pass

Change-Id: Ia3d06e4eff05b41982b3dfbb946efa41358b2c76
This commit is contained in:
Yifan Hong 2019-04-03 14:44:10 -07:00
parent 73bb342956
commit 5ece395328
1 changed files with 5 additions and 1 deletions

View File

@ -45,7 +45,11 @@ cc_library {
symbol_file: "libcgrouprc.map.txt",
versions: ["29"],
},
version_script: "libcgrouprc.map.txt",
target: {
linux: {
version_script: "libcgrouprc.map.txt",
},
},
}
llndk_library {