Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
cb1567c2861432e83210f01ddb0560c4ae64f9ed
/
.
/
tools
/
perf
/
config
/
feature-checks
/
test-bionic.c
blob: eac24e9513ebc0f35d5ee8ebbb450ab2f1fa5bc2 [
file
] [
log
] [
blame
]
Ingo Molnar
78e9d65
2013-09-30 14:11:46 +0200
[
diff
] [
blame
]
1
#include
<android/api-level.h>
2
3
int
main
(
void
)
4
{
5
return
__ANDROID_API__
;
6
}