• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

asm-arm/asm/22-Nov-2023-1,5451,073

asm-arm64/asm/22-Nov-2023-739329

asm-generic/22-Nov-2023-3,1232,251

asm-mips/asm/22-Nov-2023-4,4383,237

asm-x86/asm/22-Nov-2023-4,5133,456

drm/22-Nov-2023-7,6484,287

linux/22-Nov-2023-88,13850,473

misc/22-Nov-2023-8964

mtd/22-Nov-2023-949350

rdma/22-Nov-2023-1,9661,419

scsi/22-Nov-2023-2,0041,103

sound/22-Nov-2023-3,4552,252

video/22-Nov-2023-603306

xen/22-Nov-2023-422145

README.TXTD22-Nov-2023858 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