Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4a282fd authored by Rishabh Bhatnagar's avatar Rishabh Bhatnagar Committed by Gerrit - the friendly Code Review server
Browse files

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: default avatarRishabh Bhatnagar <rishabhb@codeaurora.org>
parent 88aad584
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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