mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-10 09:22:44 -04:00
6 lines
76 B
C
6 lines
76 B
C
#include <android/api-level.h>
|
|
|
|
int main(void)
|
|
{
|
|
return __ANDROID_API__;
|
|
}
|