summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2020-09-24 21:02:12 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-09-24 21:02:12 +0000
commitbda85584d1109792da868cb13dae65512c6f2aa9 (patch)
treef66cce30f00057c4ad434777c971262bec961430
parent155901898d61b4914c9d3d2f91e6cf6d837705a8 (diff)
parent48943b20c0252594dd73a92d2b6c82aab71858d3 (diff)
Merge "Avoid explicit use of "10000" in build files."
-rw-r--r--libc/Android.bp2
-rw-r--r--libdl/Android.bp4
-rw-r--r--libm/Android.bp2
3 files changed, 4 insertions, 4 deletions
diff --git a/libc/Android.bp b/libc/Android.bp
index a761e3bb5..61d99ac49 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -1726,7 +1726,7 @@ cc_library {
versions: [
"29",
"R",
- "10000",
+ "current",
],
},
diff --git a/libdl/Android.bp b/libdl/Android.bp
index 6a3a82ea4..d843c4413 100644
--- a/libdl/Android.bp
+++ b/libdl/Android.bp
@@ -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: [
diff --git a/libm/Android.bp b/libm/Android.bp
index 6a348e171..318a4bc04 100644
--- a/libm/Android.bp
+++ b/libm/Android.bp
@@ -498,7 +498,7 @@ cc_library {
symbol_file: "libm.map.txt",
versions: [
"29",
- "10000",
+ "current",
],
},