summaryrefslogtreecommitdiff
path: root/gen_headers_arm.bp (follow)
Commit message (Collapse)AuthorAge
* uapi: Add UAPI headers for slatecom_interface driverKiran Gunda2021-09-09
| | | | | | | | | Add slatecom_interface header file in gen_headers to make it accessible from userspace modules who uses Android.bp files for compilation. Change-Id: Ie298ec28983c16999d941ee8667e2dd7b5c3db22 Signed-off-by: Kiran Gunda <kgunda@codeaurora.org>
* include: uapi: Add QBG UAPI headersShyam Kumar Thella2021-07-05
| | | | | | | Add UAPI headers for QBG (Qualcomm Battery Gauge). Change-Id: Iae5ba52ebff9fb4b591065c2bffe15763ab9518a Signed-off-by: Shyam Kumar Thella <sthella@codeaurora.org>
* power: qcom: Add the QPNP QGAUGE (QG) headersKishor Krishna Bhat2020-07-21
| | | | | | | | | | | The QG headers support for battery gauging and reporting the battery specific parameters to userspace. This is a snapshot of header files as of msm-4.9 'commit 8f7046d0c282 (" Merge msm: ep_pcie: Disable clkreq interrupt and release wakelock in D3 cold")'. Change-Id: I3288e71af24bf9c3a0d814014c4f653285622f14 Signed-off-by: Kishor Krishna Bhat <kishkris@codeaurora.org>
* kernel_headers: Fix headers not detected in incremental buildsRishabh Bhatnagar2020-06-01
| | | | | | | | | | | | | | | Currently the Soong logic doesn't kick in if a change updates headers but doesn't update gen_headers_arm*.bp files for incremental builds. Fix the issue by making inputs to the kernel_headers.py script as variables instead of a list. Change-Id: I9737f6d655848458bfda70b8c6f4d9aa896a98fc Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org> Signed-off-by: Prateek Sood <prsood@codeaurora.org> [bharad@codeaurora.org: resolve trivial merge conflicts] Signed-off-by: Naitik Bharadiya <bharad@codeaurora.org> [schikk@codeaurora.org: resolve trivial merge conflicts] Signed-off-by: Swetha Chikkaboraiah <schikk@codeaurora.org>
* Kbuild : Use no-export-headers to avoid exporting headersNaitik Bharadiya2020-06-01
| | | | | | | | | | | | | Add header files under no-export-headers in Kbuild to avoid exporting specific headers files. Scan no-export-headers files in Kbuild and add it to exclude list in kernel_headers.py to avoid exporting header files. Change-Id: Ice052b5428ef1f7445c5ad2e68c7da8fa7e249ae Signed-off-by: Naitik Bharadiya <bharad@codeaurora.org> [schikk@codeaurora.org: resolve trivial merge conflicts] Signed-off-by: Swetha Chikkaboraiah <schikk@codeaurora.org>
* kernel_headers: kernel headers library packagePrateek Sood2020-06-01
This change is foundational for converting many modules that depend on kernel headers built via the platform build system. Bug: 143567008 Change-Id: I5808a8464ed30287b75baac9a74285bff5825fe2 [rishabhb@codeaurora.org: add logic to iterate over mandatory headers and only generate these headers if not already present in usr/include/asm.] Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org> Signed-off-by: Prateek Sood <prsood@codeaurora.org> [bharad@codeaurora.org: resolve trivial merge conflicts] Signed-off-by: Naitik Bharadiya <bharad@codeaurora.org> [schikk@codeaurora.org: resolve trivial merge conflicts] Signed-off-by: Swetha Chikkaboraiah <schikk@codeaurora.org>