am 8ec38997: Merge "Give bionic\'s __ANDROID_API__ a more reasonable value."
* commit '8ec38997ef44c12dc4cac0f19148a44ee70eba74': Give bionic's __ANDROID_API__ a more reasonable value.
This commit is contained in:
commit
b40f424353
@ -25,9 +25,14 @@
|
|||||||
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef ANDROID_API_LEVEL_H
|
#ifndef ANDROID_API_LEVEL_H
|
||||||
#define 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 */
|
#endif /* ANDROID_API_LEVEL_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user