commit | 5bc78c8bcd0c1e634c04029309ede3ec05f2d424 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Nov 16 11:35:43 2016 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Nov 16 16:55:42 2016 -0800 |
tree | ba41f009cdf5fb27c766b4efe05c4cbb566d2a85 | |
parent | 8945d5e43a25737f3f888a90742cc918b1124a05 [diff] [blame] |
Add and use constants for the Android API levels. Test: bionic tests still pass Change-Id: If1b619cfc9db1d3f5d91f14f2ace71058dca0c4a
diff --git a/libc/include/android/legacy_stdlib_inlines.h b/libc/include/android/legacy_stdlib_inlines.h index 93554e5..e211de5 100644 --- a/libc/include/android/legacy_stdlib_inlines.h +++ b/libc/include/android/legacy_stdlib_inlines.h
@@ -32,7 +32,7 @@ #include <stdlib.h> #include <sys/cdefs.h> -#if __ANDROID_API__ < 21 +#if __ANDROID_API__ < __ANDROID_API_L__ __BEGIN_DECLS