Clarify the docs for updating kernel headers.
When I followed these instructions for risc-v, I mistakenly thought that the auto-download option was a convenience that would get the currently-approved headers, not the absolute latest. Make it clearer in the documentation that this is for experts only, not for production. Test: N/A Change-Id: Iedce8ca0403b83e13bbe339cf343f85a37e99334
This commit is contained in:
parent
a4ec112618
commit
93fb6b9459
|
@ -99,6 +99,7 @@ source tree if there is a kernel source tree already checked out:
|
|||
Run this command to automatically download the latest version of the headers
|
||||
and import them if there is no checked out kernel source tree:
|
||||
```
|
||||
# For testing only, not for use in production!
|
||||
bionic/libc/kernel/tools/generate_uapi_headers.sh --download-kernel
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue