Use API level more consistently.
This is all the matches for "Android\ [A-Z]\b" in bionic/.
Change-Id: I81b6fc5c96fb67e74d7c99340e074691864f865f
diff --git a/libm/Android.bp b/libm/Android.bp
index 69cfb14..86b32db 100644
--- a/libm/Android.bp
+++ b/libm/Android.bp
@@ -360,7 +360,8 @@
"upstream-freebsd/lib/msun/src/s_lrintf.c",
],
// The x86 ABI doesn't include this, which is needed for the
- // roundss/roundsd instructions that we've used since Android M.
+ // roundss/roundsd instructions that we've used since API level 23,
+ // originally by hand-written assembler but later via intrinsics.
cflags: ["-msse4.1"],
version_script: ":libm.x86.map",
},