kernel_headers: Disable headers matching

Disable matching of existing and generated gen_headers*.bp files.
This is done to allow some uapi headers to be added to audio
techpack.

Change-Id: I1b6b639015f3672a3e9daa9b2a1444e952ed4ac1
Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org>
This commit is contained in:
Rishabh Bhatnagar 2020-04-14 21:47:30 -07:00
parent 4027c201fd
commit 2000426a75

View File

@ -777,7 +777,7 @@ def gen_headers(
print('error: gen_headers blueprints file is out of date, suggested fix:') print('error: gen_headers blueprints file is out of date, suggested fix:')
print('#######Please add or remove the above mentioned headers from %s' % (old_gen_headers_bp)) print('#######Please add or remove the above mentioned headers from %s' % (old_gen_headers_bp))
print('then re-run the build') print('then re-run the build')
return 1 #return 1
error_count = 0 error_count = 0