am 62fcc2f6: am b40f4243: am 8ec38997: Merge "Give bionic\'s __ANDROID_API__ a more reasonable value."

* commit '62fcc2f6f012e7c66e61e564c3592f466a2be188':
  Give bionic's __ANDROID_API__ a more reasonable value.
This commit is contained in:
Elliott Hughes 2014-05-07 22:35:24 +00:00 committed by Android Git Automerger
commit 66d8ed603b

View File

@ -25,9 +25,14 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
#ifndef ANDROID_API_LEVEL_H
#define ANDROID_API_LEVEL_H
#define __ANDROID_API__ 10
/*
* Magic version number for a current development build, which has
* not yet turned into an official release.
*/
#define __ANDROID_API__ 10000
#endif /* ANDROID_API_LEVEL_H */