This website works better with JavaScript.
Explore
Help
Sign In
jenna
/
kernel_samsung_sm7125
Watch
1
Star
0
Fork
You've already forked kernel_samsung_sm7125
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
707689
Commits
5
Branches
0
Tags
1.2 GiB
Tag:
Branch:
Tree:
bb176f6709
fifteen
fourteen
tirimbino
urubino
urubino-ksu
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'bb176f6709'
${ noResults }
kernel_samsung_sm7125
/
tools
/
build
/
feature
/
test-bionic.c
7 lines
76 B
Raw
Normal View
History
Unescape
Escape
tools/perf/build: Split out feature check: 'bionic' Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Namhyung Kim <namhyung@kernel.org> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@redhat.com> Link: http://lkml.kernel.org/n/tip-xjfVewprrfhlo2wuzbnpVb1k@git.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
11 years ago
#
include
<android/api-level.h>
int
main
(
void
)
{
return
__ANDROID_API__
;
}