Merge "libcgrouprc: version script: linux only" am: 9e34eee481
am: f9660b3661
Change-Id: I0a78a7fc732e65abe995937941f51ef059f357b7
This commit is contained in:
commit
113ae0258c
1 changed files with 5 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue