aboutsummaryrefslogtreecommitdiff
path: root/original/uapi
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2016-07-22 10:53:30 -0700
committerChristopher Ferris <cferris@google.com>2016-07-22 12:18:12 -0700
commit8c8c2a287339ff470bdb716bdcebc5f5a6cbac5c (patch)
tree202685878831d2e520710490e0b392aaacf1468d /original/uapi
parentc5e5edc3dcd2cbe3015c1425c1986bf113876fd0 (diff)
downloadkernel-headers-8c8c2a287339ff470bdb716bdcebc5f5a6cbac5c.tar.gz
More kernel header updates.
The new generate script is going to completely delete the uapi directory, so move the contents of README.TXT into the other readme. Also add more description of how the scsi directory manual modification works. Update the scsi headers to match the current kernel headers in v4.4.11. Bug: 30072483 Change-Id: I786befadb47958ea00b918ab00da83668928421a
Diffstat (limited to 'original/uapi')
-rw-r--r--original/uapi/README.TXT20
1 files changed, 0 insertions, 20 deletions
diff --git a/original/uapi/README.TXT b/original/uapi/README.TXT
deleted file mode 100644
index f8145df..0000000
--- a/original/uapi/README.TXT
+++ /dev/null
@@ -1,20 +0,0 @@
-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