Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
002fa206a9143b753ee6012fa89e3ee2f3e77e8b
/
.
/
src
/
kernel
/
linux
/
v4.19
/
tools
/
build
/
feature
/
test-bionic.c
blob: 4bcc9776504cb337b0c6fa1147c05444a1ed8860 [
file
] [
log
] [
blame
]
xj
b04a402
2021-11-25 15:01:52 +0800
[
diff
] [
blame
]
1
// SPDX-License-Identifier: GPL-2.0
2
#include
<android/api-level.h>
3
4
int
main
(
void
)
5
{
6
return
__ANDROID_API__
;
7
}