Home | History | Annotate | only in /external/kernel-headers/modified
Up to higher level directory
NameDateSize
README.TXT05-Oct-2017639
scsi/05-Oct-2017

README.TXT

      1 This directory contains kernel headers that must be modified by hand
      2 before they are used to generate Bionic's "cleaned-up" user-land headers.
      3 
      4 Currently this includes scsi/scsi.h from 3.18, which mixes userspace-facing
      5 and kernel-facing definitions even after the uapi cleanup.
      6 
      7 They are mostly covered by the GPLv2 + exception, and thus cannot be
      8 distributed as part of the platform itself.
      9 (NOTE: The cleaned up headers do not contain copyrightable information and are
     10 distributed with Bionic)
     11 
     12 Importing modified kernel headers files is done using scripts found in bionic.
     13 
     14 For more details, please read bionic/libc/kernel/README.TXT.
     15