commit | 119960e66b13476cc88a8cc5ee80dfa41bf420d1 | [log] [tgz] |
---|---|---|
author | Rishabh Bhatnagar <rishabhb@codeaurora.org> | Wed Feb 12 13:50:44 2020 -0800 |
committer | Rishabh Bhatnagar <rishabhb@codeaurora.org> | Tue Mar 10 14:38:17 2020 -0700 |
tree | c1f0c63f2737d94dd1e9a9cce2e6ac31a16645cd | |
parent | 958eec11ec7c6e6f62779969ebf5f29da32ffbd4 [diff] |
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>