4 Commits

Author SHA1 Message Date
Prateek Sood
360d0335fd kernel_headers: Remove handling of techpack folder
Cleanup kernel_headers.py to remove handling of techpack
folder.

Change-Id: Ic9131cbc99605ded6ef9ea850deb7ebaa2cb73c9
Signed-off-by: Prateek Sood <prsood@codeaurora.org>
2020-03-23 21:31:44 +05:30
Rishabh Bhatnagar
b7f14559bc kernel_headers: Fix headers not detected in incremental builds
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>
2020-03-23 20:57:36 +05:30
Siddharth Gupta
abe40da1a3 kernel headers: Update comparison logic
Update comparison logic used to figure out the headers
that need to be added or removed from the corresponding
blueprint file.

Change-Id: I1f8eeea9750074d57868593a9693c016644e3682
Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org>
2020-01-30 12:21:39 -08:00
Prateek Sood
fc100c829b kernel_headers: kernel headers library package
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>
2020-01-22 21:52:11 +05:30