• Home
Name Date Size #Lines LOC

..--

asm-arm/asm/03-May-2024-1,5601,082

asm-arm64/asm/03-May-2024-828364

asm-generic/03-May-2024-3,1602,273

asm-mips/asm/03-May-2024-4,5613,303

asm-x86/asm/03-May-2024-4,7123,550

drm/03-May-2024-8,7414,897

linux/03-May-2024-94,35853,900

misc/03-May-2024-11382

mtd/03-May-2024-947349

rdma/03-May-2024-2,5451,696

scsi/03-May-2024-2,1791,223

sound/03-May-2024-4,0322,566

video/03-May-2024-603306

xen/03-May-2024-430147

README.TXTD03-May-2024858 2115

README.TXT

1This directory contains the uapi version of original kernel headers that are
2used to generate Bionic's "cleaned-up" user-land headers. The script
3bionic/libc/kernel/tools/generate_uapi_headers.sh automatically imports the
4headers from an android kernel repository.
5
6Running the script:
7
8generate_uapi_headers.sh --download-kernel
9
10In order to run the script, you must have properly initialized the build
11environment using the lunch command. The script will automatically retrieve
12an android kernel, generate all include files, and then copy the headers to
13this directory.
14
15The headers are mostly covered by the GPLv2 + exception, and thus cannot be
16distributed as part of the platform itself.
17(NOTE: The cleaned up headers do not contain copyrightable information and
18are distributed with Bionic)
19
20For more details, please read bionic/libc/kernel/README.TXT
21