# prebuilts_lite_sysroot **Repository Path**: fateyeslin/prebuilts_lite_sysroot ## Basic Information - **Project Name**: prebuilts_lite_sysroot - **Description**: System header files and standard libraries | 系统头文件和标准库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 111 - **Created**: 2021-01-26 - **Last Updated**: 2024-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README SYSROOT DESCRIPTION ----------- Sysroot is a directory which is considered to be the root directory for the purpose of locating headers and libraries. Most of the headers were generated from MUSL by compilation, you can see the license information of MUSL in COPYRIGHT file. usr/include/arm-liteos/fb.h was generated from NUTTX headers, to provide necessary information from kernel to userspace. usr/include/arm-liteos/linux, usr/include/arm-liteos/asm, usr/include/arm-liteos/asm-generic were generated from the Linux kernel headers by update_headers.py, to provide necessary information from kernel to userspace.