test-bionic.c 76 Bytes edit raw blame history 1 2 3 4 5 6 #include <android/api-level.h> int main(void) { return __ANDROID_API__; }