Merge "Avoid explicit use of "10000" in build files."

This commit is contained in:
Dan Albert 2020-09-24 21:02:12 +00:00 committed by Gerrit Code Review
commit bda85584d1
3 changed files with 4 additions and 4 deletions

View file

@ -1726,7 +1726,7 @@ cc_library {
versions: [
"29",
"R",
"10000",
"current",
],
},

View file

@ -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: [

View file

@ -498,7 +498,7 @@ cc_library {
symbol_file: "libm.map.txt",
versions: [
"29",
"10000",
"current",
],
},