commit | 4aa2e6a32a1ab90dc5baa626f6efc0feb9082716 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed May 07 12:37:44 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed May 07 12:57:51 2014 -0700 |
tree | c5b8bc72c189ea2f6548c7379cde40005b68519e | |
parent | 837abf04667c29db178fd28f500537429a18be30 [diff] |
Give bionic's __ANDROID_API__ a more reasonable value. This matches what frameworks/base does with Build.VERSION and means that bionic's version number will always sort >= than any released version. This should prevent confusion in code that builds both against bionic and the NDK. (Note that <sys/cdefs.h> drags this in, so it's always in the namespace.) Bug: 14613709 Change-Id: I91fb745920e848a6b20f2f5797c0a7d6cde6c032