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