Merge "Avoid explicit use of "10000" in build files."
This commit is contained in:
commit
bda85584d1
3 changed files with 4 additions and 4 deletions
|
@ -1726,7 +1726,7 @@ cc_library {
|
|||
versions: [
|
||||
"29",
|
||||
"R",
|
||||
"10000",
|
||||
"current",
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
@ -116,7 +116,7 @@ cc_library {
|
|||
symbol_file: "libdl.map.txt",
|
||||
versions: [
|
||||
"29",
|
||||
"10000",
|
||||
"current",
|
||||
],
|
||||
},
|
||||
|
||||
|
@ -193,7 +193,7 @@ cc_library {
|
|||
|
||||
stubs: {
|
||||
symbol_file: "libdl_android.map.txt",
|
||||
versions: ["10000"],
|
||||
versions: ["current"],
|
||||
},
|
||||
|
||||
apex_available: [
|
||||
|
|
|
@ -498,7 +498,7 @@ cc_library {
|
|||
symbol_file: "libm.map.txt",
|
||||
versions: [
|
||||
"29",
|
||||
"10000",
|
||||
"current",
|
||||
],
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue