Lines Matching refs:headers
4 Bionic comes with a processed set of all of the uapi Linux kernel headers that
7 These clean headers are automatically generated by several scripts located
9 unmodified kernel headers in order to get rid of many annoying
12 The 'clean headers' only contain type and macro definitions, with the
19 Description of the directories involved in generating the parsed kernel headers:
21 * 'external/kernel-headers/original/'
22 Contains the uapi kernel headers found in the android kernel. Note this
27 Contains the cleaned kernel headers and mirrors the directory structure
28 in 'external/kernel-headers/original/uapi/'.
32 the headers.
34 The tools to get/parse the headers:
38 copies all the changed files into external/kernel-headers.
46 Automatically update all clean headers from the content of
47 'external/kernel-headers/original'.
64 Then checkout the stable tag for the new kernel headers to import:
69 Before running the command to import the headers, make sure that you have
73 After running lunch, run this command to import the headers into the android