https://github.com/ix5/qti-headers
should be placed as kernel/sony
https://github.com/ix5/qti-headers
Last synced: 9 days ago
JSON representation
should be placed as kernel/sony
- Host: GitHub
- URL: https://github.com/ix5/qti-headers
- Owner: ix5
- Created: 2021-03-28T18:27:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T19:31:47.000Z (about 4 years ago)
- Last Synced: 2024-06-22T16:53:20.302Z (11 months ago)
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kernel headers intermediary repo
Selects `qti_kernel_headers` repo based on kernel version so that multiple
versions can live inside on AOSP tree.Needs following changes:
```make
SOONG_CONFIG_NAMESPACES += qti_kernel_headers
SOONG_CONFIG_qti_kernel_headers := version
SOONG_CONFIG_qti_kernel_headers_version := 4.14
````common-headers` needs to rename the module name from `qti_kernel_headers` to
`qti_kernel_headers_4.14` (based on version).