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 camera
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 committed by Gerrit - the friendly Code Review server
parent 79bcebb174
commit a9047504a1

View file

@ -778,7 +778,7 @@ def gen_headers(
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('then re-run the build')
return 1
#return 1
error_count = 0