android_mt6572_jiabo/external/kernel-headers/original/uapi
2025-09-05 16:56:03 +08:00
..
asm-arm/asm first commit 2025-09-05 16:56:03 +08:00
asm-arm64/asm first commit 2025-09-05 16:56:03 +08:00
asm-generic first commit 2025-09-05 16:56:03 +08:00
asm-mips/asm first commit 2025-09-05 16:56:03 +08:00
asm-x86/asm first commit 2025-09-05 16:56:03 +08:00
drm first commit 2025-09-05 16:56:03 +08:00
linux first commit 2025-09-05 16:56:03 +08:00
misc first commit 2025-09-05 16:56:03 +08:00
mtd first commit 2025-09-05 16:56:03 +08:00
rdma first commit 2025-09-05 16:56:03 +08:00
scsi first commit 2025-09-05 16:56:03 +08:00
sound first commit 2025-09-05 16:56:03 +08:00
video first commit 2025-09-05 16:56:03 +08:00
xen first commit 2025-09-05 16:56:03 +08:00
README.TXT first commit 2025-09-05 16:56:03 +08:00

This directory contains the uapi version of original kernel headers that are
used to generate Bionic's "cleaned-up" user-land headers. The script
bionic/libc/kernel/tools/generate_uapi_headers.sh automatically imports the
headers from an android kernel repository.

Running the script:

generate_uapi_headers.sh --download-kernel

In order to run the script, you must have properly initialized the build
environment using the lunch command. The script will automatically retrieve
an android kernel, generate all include files, and then copy the headers to
this directory.

The headers are mostly covered by the GPLv2 + exception, and thus cannot be
distributed as part of the platform itself.
(NOTE: The cleaned up headers do not contain copyrightable information and
are distributed with Bionic)

For more details, please read bionic/libc/kernel/README.TXT