Merge "The darwin linker does not support version scripts"
This commit is contained in:
commit
a911933a23
1 changed files with 5 additions and 1 deletions
|
|
@ -160,7 +160,11 @@ cc_library {
|
||||||
// libadbconnection_client doesn't need an embedded build number.
|
// libadbconnection_client doesn't need an embedded build number.
|
||||||
use_version_lib: false,
|
use_version_lib: false,
|
||||||
|
|
||||||
version_script: "adbconnection/libadbconnection_client.map.txt",
|
target: {
|
||||||
|
linux: {
|
||||||
|
version_script: "adbconnection/libadbconnection_client.map.txt",
|
||||||
|
},
|
||||||
|
},
|
||||||
stubs: {
|
stubs: {
|
||||||
symbol_file: "adbconnection/libadbconnection_client.map.txt",
|
symbol_file: "adbconnection/libadbconnection_client.map.txt",
|
||||||
versions: ["1"],
|
versions: ["1"],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue