diff options
author | Josh Gao <jmgao@google.com> | 2016-04-13 17:16:47 -0700 |
---|---|---|
committer | Josh Gao <jmgao@google.com> | 2016-04-13 17:45:39 -0700 |
commit | 99739d4280e11f3a63d23059349a0cf98c41f5c4 (patch) | |
tree | c23209fbc8c33e4362452c7dfdedf8b6cb8abdc8 /libc/include/android/api-level.h | |
parent | 26bc9c64d5b0cad921e3070a4f94fa04e1077d90 (diff) |
Don't redefine __ANDROID_API__.
Bug: http://b/28178111
Change-Id: I00ded8f90694d9ed28f3b4c97778635f5a564592
Diffstat (limited to 'libc/include/android/api-level.h')
-rw-r--r-- | libc/include/android/api-level.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/include/android/api-level.h b/libc/include/android/api-level.h index 2d2f0968c..b230cefe4 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 */ |