summaryrefslogtreecommitdiff
path: root/libc/Android.bp
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 /libc/Android.bp
parent155901898d61b4914c9d3d2f91e6cf6d837705a8 (diff)
parent48943b20c0252594dd73a92d2b6c82aab71858d3 (diff)
Merge "Avoid explicit use of "10000" in build files."
Diffstat (limited to 'libc/Android.bp')
-rw-r--r--libc/Android.bp2
1 files changed, 1 insertions, 1 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",
],
},