commit | 99739d4280e11f3a63d23059349a0cf98c41f5c4 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed Apr 13 17:16:47 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Wed Apr 13 17:45:39 2016 -0700 |
tree | c23209fbc8c33e4362452c7dfdedf8b6cb8abdc8 | |
parent | 26bc9c64d5b0cad921e3070a4f94fa04e1077d90 [diff] [blame] |
Don't redefine __ANDROID_API__. Bug: http://b/28178111 Change-Id: I00ded8f90694d9ed28f3b4c97778635f5a564592
diff --git a/libc/include/android/api-level.h b/libc/include/android/api-level.h index 2d2f096..b230cef 100644 --- a/libc/include/android/api-level.h +++ b/libc/include/android/api-level.h
@@ -33,6 +33,8 @@ * Magic version number for a current development build, which has * not yet turned into an official release. */ +#ifndef __ANDROID_API__ #define __ANDROID_API__ 10000 +#endif #endif /* ANDROID_API_LEVEL_H */